ethereumjs-abi : Decoder and encoder for the Ethereum ABI. You can installing ethereumjs-abi 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-abi $ sudo npm install -g ethereumjs-abi
If want to update the ethereumjs-abi package execute the command as below,
$ sudo npm update ethereumjs-abi
Update package globally,
$ npm install -g ethereumjs-abi
$ sudo git clone https://github.com/rektide/ethereumjs-abi.git
$ sudo npm install -g ./ethereumjs-abi
ethereumjs-abi@0.6.4 /usr/lib/node_modules/ethereumjs-abi
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ethereumjs-abi
Package Name | ethereumjs-abi |
Version | 0.6.4 |
Description | Decoder and encoder for the Ethereum ABI |
Released Date | 2016-08-29T12:09:18.172Z |
Published by | axic |
How to Learn | https://www.npmjs.com/package/ethereumjs-abi/tutorial |