ape-addressbook: Ape plugin that allows tracking addresses and contracts
Project description
Quick Start
Ape plugin that allows tracking addresses and contracts in projects and globally.
Dependencies
- python3 version 3.8 up to 3.11.
Installation
via pip
You can install the latest release via pip
:
pip install ape-addressbook
via setuptools
You can clone the repository and use setuptools
for the most up-to-date version:
git clone https://github.com/ApeWorX/ape-addressbook.git
cd ape-addressbook
python3 setup.py install
Quick Usage
To use the addressbook in a project, add common addresses to your ape-config.yaml
file like this:
addressbook:
shared_account: "0x2192f6112a026bce4047CeD2A16553Fd31E798B6"
Then, to use the address, import the addressbook and access it via the alias set in the config:
from ape_addressbook import addressbook
address = addressbook["shared_account"]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ape-addressbook-0.7.0.tar.gz
(15.6 kB
view details)
Built Distribution
File details
Details for the file ape-addressbook-0.7.0.tar.gz
.
File metadata
- Download URL: ape-addressbook-0.7.0.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa18355b18174dc4cecacec133900b78e2094c11500058a62eb7b490371fd20b |
|
MD5 | 6072625a97b9091935ffc2256f1c7bf1 |
|
BLAKE2b-256 | 4e2b1a1ba48b62fd2843a45019c2aa9f53ef5879131d566226f91ca0dbfc4753 |
File details
Details for the file ape_addressbook-0.7.0-py3-none-any.whl
.
File metadata
- Download URL: ape_addressbook-0.7.0-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 655dfd102e4b2f64ee9f7cef303b5d57a9d1f05548016ad7aff66539ed6a2c46 |
|
MD5 | cff7dc890f9c64732b5831354424fa1c |
|
BLAKE2b-256 | bc9112594a5d586bc466a5e265d274a462b0f453d5f281ebf743d377f5fc635a |