Registry / other / ethereum-trie

ethereum-trie

JSON →
library0.5.0rscratesunverified

Lightweight Ethereum world state storage using a Merkle Patricia trie.

# Cargo.toml [dependencies] ethereum-trie = "0.5.0"
INSTALL
IMPORT
SIG · ETHEREUM-TRIE
E
ethereum-trie
otherrustv0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Trie
use ethereum_trie::Trie;

Minimal usage of the ethereum-trie crate to create a new trie.

use ethereum_trie::Trie; fn main() { let trie = Trie::new(); println!("Ethereum trie created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
ethereum-trie — cargo add ethereum-trie · libregistry