Skip to content

sgsshankar/etherchain-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Bitdeli Badge

About

Node JS api for the Etherium blockchain

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •