bitcore : A platform to build bitcoin and blockchain-based applications.. You can installing bitcore 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 bitcore $ sudo npm install -g bitcore
If want to update the bitcore package execute the command as below,
$ sudo npm update bitcore
Update package globally,
$ npm install -g bitcore
$ sudo git clone https://github.com/rektide/bitcore.git
$ sudo npm install -g ./bitcore
bitcore@4.1.1 /usr/lib/node_modules/bitcore
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall bitcore
Package Name | bitcore |
Version | 4.1.1 |
Description | A platform to build bitcoin and blockchain-based applications. |
Released Date | 2017-05-17T19:26:52.567Z |
Published by | kleetus |
How to Learn | https://www.npmjs.com/package/bitcore/tutorial |