https://github.com/alloy-rs/trie
Fast Merkle-Patricia Trie (MPT) state root calculator and proof generator for prefix-sorted nibbles
https://github.com/alloy-rs/trie
alloy alloy-rs blockchain ethereum ethereum-blockchain ethereum-rlp foundry foundry-rs merkle merkle-patricia merkle-patricia-trie mpt reth rlp rust-ethereum trie triehash
Last synced: 5 months ago
JSON representation
Fast Merkle-Patricia Trie (MPT) state root calculator and proof generator for prefix-sorted nibbles
- Host: GitHub
- URL: https://github.com/alloy-rs/trie
- Owner: alloy-rs
- License: apache-2.0
- Created: 2023-12-18T17:16:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-08T14:22:14.000Z (5 months ago)
- Last Synced: 2025-05-08T15:29:14.274Z (5 months ago)
- Topics: alloy, alloy-rs, blockchain, ethereum, ethereum-blockchain, ethereum-rlp, foundry, foundry-rs, merkle, merkle-patricia, merkle-patricia-trie, mpt, reth, rlp, rust-ethereum, trie, triehash
- Language: Rust
- Homepage:
- Size: 224 KB
- Stars: 128
- Watchers: 9
- Forks: 46
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-ethereum-rust - trie
README
# alloy-trie
Fast Merkle-Patricia Trie (MPT) state root calculator and proof generator for prefix-sorted nibbles.