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.
Jeff Garzik
9aef8d5ad5
|
11 years ago | |
---|---|---|
src | 12 years ago | |
test | 11 years ago | |
util | 11 years ago | |
.gitignore | 11 years ago | |
Address.js | 12 years ago | |
Block.js | 11 years ago | |
Bloom.js | 12 years ago | |
Buffers.monkey.js | 12 years ago | |
Connection.js | 11 years ago | |
Deserialize.js | 12 years ago | |
Key.js | 12 years ago | |
LICENSE | 12 years ago | |
Number.monkey.js | 12 years ago | |
Opcode.js | 12 years ago | |
Peer.js | 12 years ago | |
PeerManager.js | 11 years ago | |
PrivateKey.js | 11 years ago | |
README.md | 11 years ago | |
RpcClient.js | 11 years ago | |
SIN.js | 12 years ago | |
SINKey.js | 12 years ago | |
Script.js | 11 years ago | |
ScriptInterpreter.js | 11 years ago | |
Sign.js | 12 years ago | |
Transaction.js | 11 years ago | |
Wallet.js | 12 years ago | |
WalletKey.js | 11 years ago | |
binding.gyp | 12 years ago | |
config.js | 12 years ago | |
const.js | 11 years ago | |
networks.js | 12 years ago | |
package.json | 11 years ago | |
sin-test.js | 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