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
77
88## Description
99This 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 .
1112In order to use this, you must attain an Etherscan user account, and generate an API key.
1213
1314In 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
2223To install the package to your computer, simply run the following command in the base directory:
2324
2425 python setup.py install
26+
2527
2628## Available bindings
2729Currently, only the following Etherscan.io API modules are available:
You can’t perform that action at this time.
0 commit comments