bs58 : Base 58 encoding / decoding. You can installing bs58 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 bs58 $ sudo npm install -g bs58
If want to update the bs58 package execute the command as below,
$ sudo npm update bs58
Update package globally,
$ npm install -g bs58
$ sudo git clone https://github.com/rektide/bs58.git
$ sudo npm install -g ./bs58
bs58@4.0.1 /usr/lib/node_modules/bs58
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall bs58
Package Name | bs58 |
Version | 4.0.1 |
Description | Base 58 encoding / decoding |
Released Date | 2017-06-01T05:58:34.232Z |
Published by | dcousens |
How to Learn | https://www.npmjs.com/package/bs58/tutorial |