Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 528 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 528 Bytes

Implementation of verifying Merkle proofs for modified merkle patricia trees used in Ethereum blocks

Based on https://github.com/GridPlus/cryptobridge-contracts and https://github.com/ethereumjs/merkle-patricia-tree/blob/master/proof.js

Description of these trees, including RLP and hex-prefixes: http://yellowpaper.io

Related: