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