A bare minimum Ethereum client built on top of SputnikVM (evm-rs
)
and etcommon (ethereum-rs
).
You can try this out by installing Rust and then run:
cargo run --release
Currently we have a full block validator working, and it is able to sync the blockchain with the network. Note that the storage is currently in-memory.
| Name | Description | Repository | | evm-rs | Nightly version of SputnikVM used by etclient. A pure Rust implementation of Ethereum Virtual Machine. | Repository | | ethereum-rs | Nightly version of etcommon-rs used by etclient. Common Ethereum structs for transactions and blocks. | Repository | | ethash-rs | Simple Ethash implementation in Rust. | Repository | | devp2p-rs | Ethereum network layer Rust implementation. | Repository | | libsecp256k1-rs | Nightly version of a pure Rust SECP256K1 crypto implementation. | Repository |