Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 828 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 828 Bytes

BitcoinLib-JS

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.