mariuspod / ape-blockscout

Blockscout explorer plugin for the Ape Framework

Home Page:https://www.apeworx.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Start

The following blockchain explorers are supported in this plugin:

Dependencies

Installation

via pip

You can install the latest release via pip:

pip install ape-blockscout

via setuptools

You can clone the repository and use setuptools for the most up-to-date version:

git clone https://github.com/ApeWorX/ape-blockscout.git
cd ape-blockscout
python3 setup.py install

Quick Usage

Set up the environment

Specify API keys as environment variables. You could put them in your shell's config like ~/.profile or use a tool like direnv and store them locally in .envrc.

You can also specify multiple comma-separated keys, a random key will be chosen for each request. This could be useful if you hit API rate limits.

You can obtain an API key by registering with Blockscout and visiting this page.

export BASE_BLOCKSCOUT_API_KEY=SAMPLE_KEY
export ETH_BLOCKSCOUT_API_KEY=SAMPLE_KEY
export GNOSIS_BLOCKSCOUT_API_KEY=SAMPLE_KEY
export OPTIMISM_BLOCKSCOUT_API_KEY=SAMPLE_KEY
export POLYGON_BLOCKSCOUT_API_KEY=SAMPLE_KEY

Development

Please see the contributing guide to learn more how to contribute to this project. Comments, questions, criticisms and pull requests are welcomed.

About

Blockscout explorer plugin for the Ape Framework

https://www.apeworx.io/

License:Apache License 2.0


Languages

Language:Python 100.0%