Skip to content

lovesh/Merkle-Patricia-Trie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Merkle Patricia Trie

Python implementation of Merkle Patricia Trie used in Ethereum and Hyperledger Indy Plenum.

Supports generating and verifying proof for keys present in the trie.

Most of the implementation is borrowed from pyethereum The API is little different from pyethereum though.

TODO:

  • Support proof of absence
  • Trie pruning

About

Python implementation of Merkle Patricia Trie

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages