ethereumjs-wallet : Utilities for handling Ethereum keys. You can installing ethereumjs-wallet 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 ethereumjs-wallet $ sudo npm install -g ethereumjs-wallet
If want to update the ethereumjs-wallet package execute the command as below,
$ sudo npm update ethereumjs-wallet
Update package globally,
$ npm install -g ethereumjs-wallet
$ sudo git clone https://github.com/rektide/ethereumjs-wallet.git
$ sudo npm install -g ./ethereumjs-wallet
ethereumjs-wallet@0.6.0 /usr/lib/node_modules/ethereumjs-wallet
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ethereumjs-wallet
Package Name | ethereumjs-wallet |
Version | 0.6.0 |
Description | Utilities for handling Ethereum keys |
Released Date | 2016-04-27T10:55:58.744Z |
Published by | axic |
How to Learn | https://www.npmjs.com/package/ethereumjs-wallet/tutorial |