Skip to content

Blockchain-for-Developers/merkle-patricia-trie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Merkle Patricia Trie

Setup

To use, create a python2 virtualenv with the following command: virtualenv --python=/usr/bin/python2.7 env/

Then, activate the virtualenv with: source env/bin/activate

Now install dependencies: pip install -r requirements.txt

Credits

Code is based from: http://easythereentropy.wordpress.com/2014/06/04/understanding-the-ethereum-trie/

Hopefully, this will help those confused soles who have yet to grasp the trie.

About

A demo of Merkle Patricia Tries for Lab07

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages