bitcoin : Communicate with bitcoind via JSON-RPC. You can installing bitcoin npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install bitcoin $ sudo npm install -g bitcoin
If want to update the bitcoin package execute the command as below,
$ sudo npm update bitcoin
Update package globally,
$ npm install -g bitcoin
$ sudo git clone https://github.com/rektide/bitcoin.git
$ sudo npm install -g ./bitcoin
bitcoin@3.0.1 /usr/lib/node_modules/bitcoin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall bitcoin
Package Name | bitcoin |
Version | 3.0.1 |
Description | Communicate with bitcoind via JSON-RPC |
Released Date | 2015-10-26T04:32:29.333Z |
Published by | freewil |
How to Learn | https://www.npmjs.com/package/bitcoin/tutorial |