File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ npm version] ( https://badge.fury.io/js/etherscan-api.svg )] ( https://badge.fury.io/js/etherscan-api ) [ ![ Build Status] ( https://travis-ci.org/sebs/etherscan-api.svg?branch=master )] ( https://travis-ci.org/sebs/etherscan-api ) [ ![ npm] ( https://img.shields.io/npm/dt/etherscan-api.svg?maxAge=2592000 )] ( )
4
4
5
- A way to access the [ etherscan.io api] ( https://etherscan.io/apis ) using promises. Fetch a diverse set of information about the blockchain
5
+ A way to access the [ etherscan.io api] ( https://etherscan.io/apis ) using promises. Fetch a diverse set of information about the blockchain.
6
6
7
7
Mainnet
8
8
@@ -35,8 +35,8 @@ var api = require('etherscan-api').init('YourApiKey','rinkeby');
35
35
``` bash
36
36
npm install etherscan-api --save
37
37
```
38
-
39
-
38
+
39
+
40
40
## API Documentation
41
41
42
42
[ Full Api Docs] ( https://sebs.github.io/etherscan-api/ )
@@ -46,11 +46,11 @@ var api = require('etherscan-api').init('YourApiKey','rinkeby');
46
46
47
47
* npm test - runs tests
48
48
* npm run posttest - starts the linter
49
- * npm run lint - preconfigured linter
49
+ * npm run lint - preconfigured linter
50
50
* npm run docs - generates the apidocs
51
51
* npm run bundle - builds a new bundle
52
- * npm run preversion - Steps before we create a new Tag
53
- * lint
52
+ * npm run preversion - Steps before we create a new Tag
53
+ * lint
54
54
* changelog
55
55
* npm run pages - pushes generated apidocs to the server
56
56
* postversion - after generating a new version, push the tag to the server
You can’t perform that action at this time.
0 commit comments