Skip to main content

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

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


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 hashes)

Uploaded Source

Built Distribution

ape_addressbook-0.7.0-py3-none-any.whl (8.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page