You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Stefan Thomas 708ada61fa Removed a debug statement. 14 years ago
crypto-js Initial import 14 years ago
events Initial import 14 years ago
jsbn Initial import 14 years ago
README.md Added a basic README. 14 years ago
address.js Make the version byte a parameter. 14 years ago
base58.js Removed a debug statement. 14 years ago
bitcoin.js Initial import 14 years ago
ecdsa.js Fixed all cases of unsafe BigInteger <-> byte[] conversion. 14 years ago
eckey.js Fixed all cases of unsafe BigInteger <-> byte[] conversion. 14 years ago
opcode.js Initial import 14 years ago
script.js Initial import 14 years ago
transaction.js Initial import 14 years ago
txdb.js Initial import 14 years ago
util.js Fixed all cases of unsafe BigInteger <-> byte[] conversion. 14 years ago
wallet.js Initial import 14 years ago

README.md

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.