satoshibits
v0.0.2
Published
easily deal in the 'bits' denomination for Bitcoin instead of having to do the conversion from satoshis yourself.
Downloads
9
Maintainers
Readme
satoshi bits
handles the conversion to 'bits' when dealing with bitcoin.
Install
$ npm install satoshibits
Quick Start
var satoshis = require('satoshibits');
console.log( satoshis.toBits( balance ) + ' bits');
// output in bits, with commas
// 4,200 bits