Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T14:17:41.000Z (about 1 month ago)
- Last Synced: 2024-12-22T10:34:38.205Z (about 1 month 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: 191 KB
- Stars: 106
- Watchers: 7
- Forks: 35
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# alloy-trie
Fast Merkle-Patricia Trie (MPT) state root calculator and proof generator for prefix-sorted nibbles.