|
1 | 1 | [](https://travis-ci.com/pcko1/etherscan-python) |
2 | 2 | [](https://codecov.io/gh/pcko1/etherscan-python) |
3 | 3 | [](https://www.python.org/downloads/release/python-385/) |
| 4 | + |
4 | 5 |  |
5 | 6 |
|
| 7 | +#etherscan-python |
6 | 8 |
|
7 | 9 | Minimal python API for[etherscan.io](etherscan.io). |
8 | 10 |
|
| 11 | +##Installation |
| 12 | + |
| 13 | +Assuming[conda](https://docs.conda.io/en/latest/miniconda.html) is already installed in your system, first create the environment: |
| 14 | + |
| 15 | +```bash |
| 16 | +conda env create -f env.yml |
| 17 | +``` |
| 18 | + |
| 19 | +Activate the environment: |
| 20 | + |
| 21 | +```bash |
| 22 | +conda activate etherscan-python |
| 23 | +``` |
| 24 | + |
| 25 | +Then, install the package: |
| 26 | + |
| 27 | +```bash |
| 28 | +pip install. |
| 29 | +``` |
| 30 | + |
| 31 | +##Run unittests |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | +```bash |
| 36 | + conda activate etherscan-python&& bash run_tests.sh |
| 37 | + ```` |
| 38 | + |
9 | 39 | ___ |
10 | | -Powered by Etherscan.io APIs. |
| 40 | +Powered by[Etherscan.io APIs(https://etherscan.io/apis)]. |