We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5966a2e commit 6824bc2Copy full SHA for 6824bc2
README.md
@@ -4,8 +4,6 @@ Node.js package to interact with official [Etherscan API](https://etherscan.io/a
4
5
## Install
6
7
-Via npm:
8
-
9
```bash
10
$ npm install node-etherscan-api
11
```
@@ -29,3 +27,17 @@ etherscan
29
27
console.log(balance)
30
28
})
31
+
+# Documentation
32
33
+**[API reference](docs/API.md)**
34
35
+_The API reference was generated by JSDoc._
36
37
+_If you use Typescript, you can use the more detailed help found in the [type declaration file](index.d.ts)_
38
39
+# License
40
41
+**The MIT License (MIT)**
42
43
+Copyright © 2018 Yago
0 commit comments