Go to file
Jeff Garzik e10afb7358 util: add varInt encoding helper 2013-08-16 00:56:29 -04:00
src Rename compiled binding to KeyModule. 2013-07-10 15:32:38 -04:00
test test/basic: verify our addr/privkey checks properly fail on invalid-data tests 2013-07-10 20:42:15 -04:00
util util: add varInt encoding helper 2013-08-16 00:56:29 -04:00
.gitignore minor update to RpcClient 2013-07-17 14:09:59 -04:00
Address.js refactoring of Address 2013-07-10 13:03:05 -04:00
Block.js Block, Transaction: de-serialize via BinaryParser 2013-08-02 14:40:56 -04:00
Bloom.js Rough draft of bloom filter module 2013-07-11 16:07:32 -04:00
Buffers.monkey.js add some needed monkey patches 2013-07-18 12:01:12 -04:00
Connection.js Connection, const: add bits necessary for getheaders/headers 2013-08-02 15:02:45 -04:00
Deserialize.js Deserialize: fix unsigned bitwise math 2013-08-02 17:02:50 -04:00
Key.js Add PrivateKey, Key classes. Update test to enc/dec private key test vectors. 2013-07-10 20:07:14 -04:00
LICENSE bunch of interim (broken) stuff 2013-07-09 14:45:52 -04:00
Number.monkey.js add some needed monkey patches 2013-07-18 12:01:12 -04:00
Opcode.js bunch of interim (broken) stuff 2013-07-09 14:45:52 -04:00
Peer.js bunch of interim (broken) stuff 2013-07-09 14:45:52 -04:00
PeerManager.js some more stuff...not complete yet 2013-07-09 17:45:21 -04:00
PrivateKey.js Add PrivateKey, Key classes. Update test to enc/dec private key test vectors. 2013-07-10 20:07:14 -04:00
README.md initial commit 2013-07-04 16:02:18 -04:00
RpcClient.js fix camel case for an api call 2013-08-12 11:18:38 -04:00
Script.js Script: add multisig, P2SH helpers. Prefer direct Buffer encoding to bufferput 2013-08-15 22:40:07 -04:00
ScriptInterpreter.js Block, Script, ScriptInterpreter: capitalize deps for new libcoin names 2013-07-17 23:28:42 -04:00
Transaction.js Block, Transaction: de-serialize via BinaryParser 2013-08-02 14:40:56 -04:00
Wallet.js Wallet: new methods for expanding pubkeyhash->pubkey, storing scripts 2013-08-15 22:40:46 -04:00
WalletKey.js Add new modules: WalletKey (a key, as found in a Wallet) and time utils 2013-08-08 18:44:46 -04:00
binding.gyp Rename compiled binding to KeyModule. 2013-07-10 15:32:38 -04:00
config.js some more stuff...not complete yet 2013-07-09 17:45:21 -04:00
const.js Connection, const: add bits necessary for getheaders/headers 2013-08-02 15:02:45 -04:00
networks.js Bitcoin address tests, from bitcoin/bitcoin.git 2013-07-09 16:02:59 -04:00
package.json package.json: require recent buffers module 2013-07-18 12:06:18 -04:00

README.md

libcoin

Nodejs Bitcoin Library