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.
 
Ryan X. Charles 02ddbbd146 Merge pull request #6 from ryanxcharles/feature/fix-truncation-error 11 years ago
src Rename compiled binding to KeyModule. 12 years ago
test fix truncation error in parseValue 11 years ago
util fix truncation error in parseValue 11 years ago
.gitignore add vim *.swp to .gitignore 11 years ago
Address.js refactoring of Address 12 years ago
Block.js Block, Transaction: de-serialize via BinaryParser 12 years ago
Bloom.js Rough draft of bloom filter module 12 years ago
Buffers.monkey.js add some needed monkey patches 12 years ago
Connection.js rework logging, remove some unused code 11 years ago
Deserialize.js Deserialize: fix unsigned bitwise math 12 years ago
Key.js Add PrivateKey, Key classes. Update test to enc/dec private key test vectors. 12 years ago
LICENSE bunch of interim (broken) stuff 12 years ago
Number.monkey.js add some needed monkey patches 12 years ago
Opcode.js bunch of interim (broken) stuff 12 years ago
Peer.js bunch of interim (broken) stuff 12 years ago
PeerManager.js rework logging, remove some unused code 11 years ago
PrivateKey.js Add PrivateKey, Key classes. Update test to enc/dec private key test vectors. 12 years ago
README.md initial commit 12 years ago
RpcClient.js Merge branch 'master' of https://github.com/gasteve/node-libcoin 11 years ago
SIN.js SIN: spec updated magic number (prefix) to 0x0F 12 years ago
SINKey.js Support SIN keys in wallets. 12 years ago
Script.js correct tabs for Script.TX_ lines 11 years ago
ScriptInterpreter.js rework logging, remove some unused code 11 years ago
Sign.js Sign: add support for signing ancient TX_PUBKEY transactions 12 years ago
Transaction.js fix bufferput: Put() -> new Put() 11 years ago
Wallet.js Support SIN keys in wallets. 12 years ago
WalletKey.js WalletKey: internalize external JSON database object 11 years ago
binding.gyp Rename compiled binding to KeyModule. 12 years ago
config.js some more stuff...not complete yet 12 years ago
const.js Connection, const: add bits necessary for getheaders/headers 12 years ago
networks.js Bitcoin address tests, from bitcoin/bitcoin.git 12 years ago
package.json add mocha to package.json 11 years ago
sin-test.js Broken SIN stuff 12 years ago

README.md

libcoin

Nodejs Bitcoin Library