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 8221293922 Merge pull request #21 from matiu/chore/remove-tabs 11 years ago
src Rename compiled binding to KeyModule. 12 years ago
test replace tabs with 2 spaces using "expand" 11 years ago
util replace tabs with 2 spaces using "expand" 11 years ago
.gitignore eclipse file ignores 11 years ago
Address.js refactoring of Address 12 years ago
Block.js replace tabs with 2 spaces using "expand" 11 years ago
Bloom.js replace tabs with 2 spaces using "expand" 11 years ago
Buffers.monkey.js add some needed monkey patches 12 years ago
Connection.js replace tabs with 2 spaces using "expand" 11 years ago
Deserialize.js replace tabs with 2 spaces using "expand" 11 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 fix validate math error 11 years ago
README.md Installation guide for Ubuntu added to README file. 11 years ago
RpcClient.js Merge pull request #18 from matiu/feature/keep-alive-optional 11 years ago
SIN.js replace tabs with 2 spaces using "expand" 11 years ago
SINKey.js replace tabs with 2 spaces using "expand" 11 years ago
Script.js replace tabs with 2 spaces using "expand" 11 years ago
ScriptInterpreter.js replace tabs with 2 spaces using "expand" 11 years ago
Sign.js replace tabs with 2 spaces using "expand" 11 years ago
Transaction.js Merge pull request #16 from jgarzik/tx-fromobj 11 years ago
Wallet.js replace tabs with 2 spaces using "expand" 11 years ago
WalletKey.js replace tabs with 2 spaces using "expand" 11 years ago
binding.gyp Rename compiled binding to KeyModule. 12 years ago
config.js fix logger variable name 11 years ago
const.js replace tabs with 2 spaces using "expand" 11 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

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