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
| Package | Description |
|---|---|
Nethereum.Beaconchain | Beacon Chain REST API client (light client, state, validator endpoints) |
Nethereum.Consensus.LightClient | Light client sync protocol implementation |
Nethereum.Consensus.Ssz | SSZ serialization for consensus-layer types |
Nethereum.SSZ | Core SSZ encoding/decoding library |
Nethereum.ChainStateVerification | Verify on-chain state using light client proofs |