bitcore-lib-zcash/README.md

29 lines
454 B
Markdown
Raw Normal View History

bitcore
2013-07-04 13:02:18 -07:00
=======
2013-07-04 12:55:19 -07:00
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