Skip to content

Commit 17a9f7f

Browse files
committed
updated readme
readme was updated with https://ropsten.etherscan.io/apis for use with ropsten testnet
1 parent 598d305 commit 17a9f7f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ EtherScan.io API python bindings
77

88
## Description
99
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.
1112
In order to use this, you must attain an Etherscan user account, and generate an API key.
1213

1314
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
2223
To 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
2729
Currently, only the following Etherscan.io API modules are available:

0 commit comments

Comments
 (0)