Minimal python API for etherscan.io.
Assuming conda is already installed in your system, first create the environment:
conda env create -f env.yml
Activate the environment:
conda activate etherscan-python
Then, install the package:
pip install .
conda activate etherscan-python && bash run_tests.sh
Powered by Etherscan.io APIs.