Skip to content

VersoSolutions/BitcoinLib-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Javascript library for Bitcoin wallet management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published