merkle-patricia-tree : This is an implementation of the modified merkle patricia tree as speficed in the Ethereums yellow paper.. You can installing merkle-patricia-tree 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 merkle-patricia-tree $ sudo npm install -g merkle-patricia-tree
If want to update the merkle-patricia-tree package execute the command as below,
$ sudo npm update merkle-patricia-tree
Update package globally,
$ npm install -g merkle-patricia-tree
$ sudo git clone https://github.com/rektide/merkle-patricia-tree.git
$ sudo npm install -g ./merkle-patricia-tree
merkle-patricia-tree@2.2.0 /usr/lib/node_modules/merkle-patricia-tree
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall merkle-patricia-tree
Package Name | merkle-patricia-tree |
Version | 2.2.0 |
Description | This is an implementation of the modified merkle patricia tree as speficed in the Ethereums yellow paper. |
Released Date | 2017-08-03T20:40:39.532Z |
Published by | null_radix |
How to Learn | https://www.npmjs.com/package/merkle-patricia-tree/tutorial |