File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ EtherScan.io API python bindings
7
7
8
8
## Description
9
9
This module is written as an effort to provide python bindings to the EtherScan.io API, which can be found at:
10
- https://etherscan.io/apis
10
+ https://etherscan.io/apis . If you are interacting with a contract on the Ropsten Testnet please use
11
+ https://ropsten.etherscan.io/apis .
11
12
In order to use this, you must attain an Etherscan user account, and generate an API key.
12
13
13
14
In order to use the API, you must provide an API key at runtime, which can be found at the Etherscan.io API website.
@@ -22,6 +23,7 @@ with `YourApiKeyToken` is your provided API key token from EtherScan.io
22
23
To install the package to your computer, simply run the following command in the base directory:
23
24
24
25
python setup.py install
26
+
25
27
26
28
## Available bindings
27
29
Currently, only the following Etherscan.io API modules are available:
You can’t perform that action at this time.
0 commit comments