Node.js Etherscan API
Node.js package to interact with official Etherscan API
Documentation
The API reference was generated by JSDoc. If you use Typescript, you can use the more detailed reference found in the type declaration file
Install
$ npm install node-etherscan-api
Usage
const Etherscan = // Replace the value below with the your Etherscan tokenconst TOKEN_API = 'YourApiKeyToken' // Creating the Etherscan instanceconst etherscan = TOKEN_API // Creating a request for account balance in Ether (default returns in Wei)etherscan
License
The MIT License (MIT)
Copyright © 2018 Danakt Frost