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 | Recommended Version |
---|---|---|---|
Geth | Golang | Snap, Full | v1.14.x |
Reth | Rust | Full | v1.1.x |
Nethermind | C# | Snap (without serving), Fast, Full | v1.31.x |
Erigon | Golang | Full | v2.61.x |
Besu | Java | Snap, Fast, Full | v25.2.x |