etherchain-node

Node JS api for the Etherium blockchain

APACHE-2.0 License

Downloads
11
Stars
25
Committers
4

etherchain-node

Node JS api for the Ethereum 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