Skip to main content

Consensus Light Client

Verify Ethereum state without running a full node. These packages implement the beacon chain light client sync protocol, SSZ serialization, and state proof verification.

Packages

PackageDescription
Nethereum.BeaconchainBeacon Chain REST API client (light client, state, validator endpoints)
Nethereum.Consensus.LightClientLight client sync protocol implementation
Nethereum.Consensus.SszSSZ serialization for consensus-layer types
Nethereum.SSZCore SSZ encoding/decoding library
Nethereum.ChainStateVerificationVerify on-chain state using light client proofs