Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morph-dev/eth-storage
https://github.com/morph-dev/eth-storage
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/morph-dev/eth-storage
- Owner: morph-dev
- License: apache-2.0
- Created: 2023-09-27T13:31:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-17T11:03:49.000Z (6 months ago)
- Last Synced: 2024-10-07T20:21:23.508Z (29 days ago)
- Language: Rust
- Size: 482 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.json
- License: LICENSE-APACHE
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