bip39 : Bitcoin BIP39: Mnemonic code for generating deterministic keys. You can installing bip39 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 bip39 $ sudo npm install -g bip39
If want to update the bip39 package execute the command as below,
$ sudo npm update bip39
Update package globally,
$ npm install -g bip39
$ sudo git clone https://github.com/rektide/bip39.git
$ sudo npm install -g ./bip39
bip39@2.4.0 /usr/lib/node_modules/bip39
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall bip39
Package Name | bip39 |
Version | 2.4.0 |
Description | Bitcoin BIP39: Mnemonic code for generating deterministic keys |
Released Date | 2017-08-17T04:53:18.202Z |
Published by | dcousens |
How to Learn | https://www.npmjs.com/package/bip39/tutorial |