Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morph-dev/eth-storage


https://github.com/morph-dev/eth-storage

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Eth Storage

This is my first rust project and want to try and implement (at least partially) structures used as storage in Ethereum

## Merkle Patricia Trie

https://ethereum.org/en/developers/docs/data-structures-and-encoding/patricia-merkle-trie/

## Verkle state tree

https://eips.ethereum.org/EIPS/eip-6800