A full stack for bitcoin and blockchain-based applications
Go to file
2014-01-16 06:21:35 -03:00
src Rename compiled binding to KeyModule. 2013-07-10 15:32:38 -04:00
test replace tabs with 2 spaces using "expand" 2014-01-16 06:21:35 -03:00
util replace tabs with 2 spaces using "expand" 2014-01-16 06:21:35 -03:00
.gitignore eclipse file ignores 2014-01-06 12:11:53 -03:00
Address.js refactoring of Address 2013-07-10 13:03:05 -04:00
binding.gyp Rename compiled binding to KeyModule. 2013-07-10 15:32:38 -04:00
Block.js replace tabs with 2 spaces using "expand" 2014-01-16 06:21:35 -03:00
Bloom.js replace tabs with 2 spaces using "expand" 2014-01-16 06:21:35 -03:00
Buffers.monkey.js add some needed monkey patches 2013-07-18 12:01:12 -04:00
config.js fix logger variable name 2014-01-14 15:59:38 -03:00
Connection.js replace tabs with 2 spaces using "expand" 2014-01-16 06:21:35 -03:00
const.js replace tabs with 2 spaces using "expand" 2014-01-16 06:21:35 -03:00
Deserialize.js replace tabs with 2 spaces using "expand" 2014-01-16 06:21:35 -03: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
networks.js Bitcoin address tests, from bitcoin/bitcoin.git 2013-07-09 16:02:59 -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
package.json add mocha to package.json 2013-12-18 17:13:25 -05:00
Peer.js bunch of interim (broken) stuff 2013-07-09 14:45:52 -04:00
PeerManager.js rework logging, remove some unused code 2013-10-31 12:40:06 -04:00
PrivateKey.js fix validate math error 2014-01-01 15:47:36 -05:00
README.md Installation guide for Ubuntu added to README file. 2014-01-05 21:01:06 -03:00
RpcClient.js Added getBestBlockHash command to callspect 2014-01-15 18:23:50 -03:00
Script.js replace tabs with 2 spaces using "expand" 2014-01-16 06:21:35 -03:00
ScriptInterpreter.js replace tabs with 2 spaces using "expand" 2014-01-16 06:21:35 -03:00
Sign.js replace tabs with 2 spaces using "expand" 2014-01-16 06:21:35 -03:00
sin-test.js Broken SIN stuff 2013-08-16 22:22:50 -04:00
SIN.js replace tabs with 2 spaces using "expand" 2014-01-16 06:21:35 -03:00
SINKey.js replace tabs with 2 spaces using "expand" 2014-01-16 06:21:35 -03:00
Transaction.js Merge pull request #16 from jgarzik/tx-fromobj 2014-01-11 07:25:20 -08:00
Wallet.js replace tabs with 2 spaces using "expand" 2014-01-16 06:21:35 -03:00
WalletKey.js replace tabs with 2 spaces using "expand" 2014-01-16 06:21:35 -03:00

bitcore

Nodejs Bitcoin Library

INSTALLATION

For Ubuntu:

install git

sudo apt-get install git

download the code

git clone https://github.com/bitpay/bitcore.git

obtain latest version of node.js

sudo apt-get update sudo apt-get install -y python-software-properties python g++ make sudo add-apt-repository -y ppa:chris-lea/node.js sudo apt-get update sudo apt-get install nodejs

install bitcore

cd bitcore/ npm install