bs58check : A straightforward implementation of base58-check encoding. You can installing bs58check 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 bs58check $ sudo npm install -g bs58check
If want to update the bs58check package execute the command as below,
$ sudo npm update bs58check
Update package globally,
$ npm install -g bs58check
$ sudo git clone https://github.com/rektide/bs58check.git
$ sudo npm install -g ./bs58check
bs58check@2.1.0 /usr/lib/node_modules/bs58check
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall bs58check
Package Name | bs58check |
Version | 2.1.0 |
Description | A straightforward implementation of base58-check encoding |
Released Date | 2017-11-13T23:52:35.520Z |
Published by | dcousens |
How to Learn | https://www.npmjs.com/package/bs58check/tutorial |