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