0.1.5 • Published 8 years ago

node-chainso v0.1.5

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

node-chainso

An API wrapper for http://chain.so, a blockchain explorer for bitcoin, litecoin and dogecoin.

Installation

	npm install node-chainso --save

Usage

	chainso = require ('node-chainso');
	chainso.getBalance (chainso.networks.bitcoin, 
				'13TRVwiqLMveg9aPAmZgcAix5ogKVgpe4T', 
				3, function (err, res) 
	{ 
		console.log (res); 
	});

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style.

Release History

  • 0.1.3 Stable release
  • 0.1.0 Initial release
0.1.5

8 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago