How to Install bitcoin NPM Packages on Ubuntu / Debian

How to Install bitcoin software package in NPM Packages

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

Git clone:

$ sudo  git clone https://github.com/rektide/bitcoin.git
$ sudo  npm install -g ./bitcoin

bitcoin@3.0.1 /usr/lib/node_modules/bitcoin

How to remove bitcoin package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall bitcoin

Basic Information of bitcoin NPM Package:

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