Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A minimal, yet complete, python API for Etherscan.io.

License

Notifications You must be signed in to change notification settings

vinthara/etherscan-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov Python 3.8

GitHub

etherscan-python

Minimal python API for etherscan.io.

Installation

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 .

Run unittests

 conda activate etherscan-python && bash run_tests.sh

Powered by Etherscan.io APIs.

About

A minimal, yet complete, python API for Etherscan.io.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%