Skip to content

dakk/node-chainso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Chain.so API wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages