A javascript Bitcoin library for node.js and browsers.
Find a file
2011-05-08 14:40:42 +01:00
crypto-js Initial import 2011-05-04 17:02:56 +01:00
events Initial import 2011-05-04 17:02:56 +01:00
jsbn Initial import 2011-05-04 17:02:56 +01:00
address.js Make the version byte a parameter. 2011-05-08 11:48:54 +01:00
base58.js Removed a debug statement. 2011-05-08 14:40:42 +01:00
bitcoin.js Initial import 2011-05-04 17:02:56 +01:00
ecdsa.js Fixed all cases of unsafe BigInteger <-> byte[] conversion. 2011-05-08 14:36:11 +01:00
eckey.js Fixed all cases of unsafe BigInteger <-> byte[] conversion. 2011-05-08 14:36:11 +01:00
opcode.js Initial import 2011-05-04 17:02:56 +01:00
README.md Added a basic README. 2011-05-06 00:08:46 +01:00
script.js Initial import 2011-05-04 17:02:56 +01:00
transaction.js Initial import 2011-05-04 17:02:56 +01:00
txdb.js Initial import 2011-05-04 17:02:56 +01:00
util.js Fixed all cases of unsafe BigInteger <-> byte[] conversion. 2011-05-08 14:36:11 +01:00
wallet.js Initial import 2011-05-04 17:02:56 +01:00

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.