EVM Execution Layer ⟠
The execution layer consists of multiple implementations in the form of EVM execution clients. These clients handle transactions, transaction gossiping, state management, and support for the Ethereum Virtual Machine - they are not responsible for block building.
The following execution clients have been tested and verified by BeaconKit:
Client | Language | Sync Strategies | Mainnet Version | Bepolia Version |
---|---|---|---|---|
Geth | Golang | Snap, Full | v1.14.x | v1.15.10+ |
Reth | Rust | Full | v1.1.x | v1.3.12+ |
Nethermind | C# | Snap (without serving), Fast, Full | v1.31.x | v1.31.8+ |
Erigon | Golang | Full | v2.61.x | v3.0.2+ |
Besu | Java | Snap, Fast, Full | v25.2.x | v25.4.1+ |