JSPM

  • Created
  • Published
  • Downloads 382558
  • Score
    100M100P100Q174797F

Client-side Bitcoin JavaScript library

Package Exports

  • bitcoinjs-lib/src/address
  • bitcoinjs-lib/src/ecdsa
  • bitcoinjs-lib/src/eckey
  • bitcoinjs-lib/src/script
  • bitcoinjs-lib/src/transaction

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bitcoinjs-lib) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

bitcoinjs-lib

A library containing Bitcoin client-side functionality in JavaScript, most notably ECDSA signing and verification.

Status

This is currently pretty raw code. We're planning to clean it up, convert everything into CommonJS modules and put a flexible build system in place.

Prototype software, use at your own peril.

License

This library is free and open-source software released under the MIT license.

Copyright

BitcoinJS (c) 2011-2012 Stefan Thomas
Released under MIT license
http://bitcoinjs.org/

JSBN (c) 2003-2005 Tom Wu
Released under BSD license
http://www-cs-students.stanford.edu/~tjw/jsbn/

CryptoJS (c) 2009–2012 by Jeff Mott
Released under New BSD license
http://code.google.com/p/crypto-js/