etherchain

1.0.1 • Public • Published

etherchain-node

Node JS api for the Etherium blockchain

Installation

npm install etherchain

Instance

var etherchain = require('etherchain');

Usage

etherchain.method(<args>).then(function(response) {
        //Results here
    });

Methods

Refer to the Etherchain API to know about each output and explanation

getBasicStats()
getBlocks(offset, count)
getBlock(id)
getBlockTransaction(id)
getTransaction(id)
getAccount(id)
getAccountTransaction(id, offset)

Development

Feel free to fork from etherchain-node

Issues

https://github.com/sgsshankar/etherchain-node/issues

Package Sidebar

Install

npm i etherchain

Weekly Downloads

1

Version

1.0.1

License

Apache License

Last publish

Collaborators

  • sgsshankar