Javascript library for Bitcoin wallet management
##Development
First, run npm install
from the root of the repository to install or update dependencies.
Run grunt
to build the library to dist/bitcoinlib.min.js
.
##Dependencies
BitcoinLib-JS relies on several other JavaScript libraries:
- CryptoJS for all the basic cryptographic functions
- SJCL for entropy collection and key derivation functions
- JSBN for public-key cryptography (RSA and ECC)
- secrets.js for Shamir's secret sharing scheme
- QUnit for unit testing
##License
This software is released under the GNU GPL v3 license.