bitbox-light
v2.3.6
Published
BITBOX Javascript SDK (Light version) for Bitcoin Cash used at Honest.Cash
Downloads
11
Readme
BITBOX Light
This is a fork of Bitbox SDK. It is a lightweight version of the library. Customer applications normally do not utilize many of the features that Bitbox offers. It is important for such applications to load fast and be responsive. This version of Bitbox is cut supporting only required functionalities for Honest.Cash. This package is used in simple-bitcoin-wallet.
Size savings
- Mnemonics are generated only from English wordlist. All other languages have been removed.
- Bip32-utils has been removed. Wallet class cannot create accounts anymore. It is not need as long as we create the mnemonics ourselves and import it with Wallet.fromSeed().
- bitcoinjsmessage has been removed. Bitbox-light does not support signing messages.
- Removed Socket class. It's no longer possible to listen for blocks and transactions. This can be implemented in few lines of code separately.
BITBOX SDK
bitbox-sdk
is a utility for creating great Bitcoin Cash applications. If can be used from the command line or from within client/server apps.
Extensive documentation available at:
Open Source / Creative Commons Listings
- assert - MIT
- axios - MIT
- babel - MIT
- bigi - none
- bip21 - ISC
- bip39 - ISC
- bitcoin-ops - MIT
- bitcoinjs-lib - MIT
- bitcoinjs-message - MIT
- bs58 - MIT
- buffer - MIT
- cashaddrjs - MIT
- chai - MIT
- chalk - MIT
- clear - none
- commander - MIT
- cp-file - MIT
- ecurve - MIT
- figlet - MIT
- git-clone - ICS
- ini - ICS
- mkdirp - MIT
- mocha - MIT
- node-cmd - DBAD
- node-emoji - MIT
- nyc - ICS
- qrcode - MIT
- randombytes - MIT
- safe-buffer - MIT
- satoshi-bitcoin - MIT
- sinon - BSD-3-Clause
- touch - ISC