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.9 up to 3.12.
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.8.0.tar.gz
(15.4 kB
view details)
Built Distribution
File details
Details for the file ape-addressbook-0.8.0.tar.gz
.
File metadata
- Download URL: ape-addressbook-0.8.0.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4afc775a77fd7ac1a12b037fc5823bba2038eba53bbd9cf51285602254b5c23d |
|
MD5 | b3b2ae958b52180ac0b6a16040fe63dc |
|
BLAKE2b-256 | 9ee27ec730e0a59b91e2e455b3f063325db6f24245d446c555b3d2216d63e1dd |
File details
Details for the file ape_addressbook-0.8.0-py3-none-any.whl
.
File metadata
- Download URL: ape_addressbook-0.8.0-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2af31c6e7a6d6e2a3421e245012ca77e13149dc43399651065782e2ab9301b37 |
|
MD5 | e3e7430fa69e4d11a1c509299ae8b17c |
|
BLAKE2b-256 | 175e453f3e01eb9ad90856a698de2b7302b6ded42d43a583a41536c0df47e462 |