Skip to content

Commit fb26206

Browse files
authored
Merge pull request sebs#3 from JackBekket/master
Testnet support added
2 parents e5a4d8b + 3a58db0 commit fb26206

File tree

9 files changed

+54547
-53490
lines changed

9 files changed

+54547
-53490
lines changed

Readme.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,16 @@ balance.then(function(balanceData){
1313
});
1414
```
1515

16-
## Install
16+
## For testnet usage
17+
18+
```javascript
19+
var api = require('etherscan-api').init('YourApiKey','testnet');
20+
21+
```
22+
**This feature are NOT shipped to npm package yet!!**
23+
to use this feature - include exactly this version of repo.
24+
25+
## Install
1726

1827
```bash
1928
npm install etherscan-api --save

0 commit comments

Comments
 (0)