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 cd208db commit 3911d6aCopy full SHA for 3911d6a
README.md
@@ -5,6 +5,13 @@
5
6
Node.js package to interact with official [Etherscan API](https://etherscan.io/apis)
7
8
+## Documentation
9
+
10
+**[API reference](docs/API.md)**
11
12
+The API reference was generated by JSDoc.
13
+If you use Typescript, you can use the more detailed reference found in the [type declaration file](index.d.ts)
14
15
## Install
16
17
```bash
@@ -31,13 +38,6 @@ etherscan
31
38
})
32
39
```
33
40
34
-## Documentation
35
-
36
-**[API reference](docs/API.md)**
37
-The API reference was generated by JSDoc.
-If you use Typescript, you can use the more detailed reference found in the [type declaration file](index.d.ts)
41
## License
42
43
**The MIT License (MIT)**
0 commit comments