bitbox-light

2.3.6 • Public • Published

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

Font awesome

Cube icon available under CC v4.0

More info

Readme

Keywords

none

Package Sidebar

Install

npm i bitbox-light

Weekly Downloads

1

Version

2.3.6

License

MIT

Unpacked Size

691 kB

Total Files

129

Last publish

Collaborators

  • adrianbarwicki