1.0.1 • Published 8 years ago

etherchain v1.0.1

Weekly downloads
4
License
Apache License
Repository
github
Last release
8 years ago

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