prysm-pulse/proto/README.md

348 B

Ethereum 2.0 Protocol Buffers

This package defines common protobuf messages and services used by Ethereum 2.0 clients. Following the structure of:

proto/
  beacon/
    p2p/
      v1/
    rpc/
      v1/
  sharding/
    p2p/
      v1/

We specify messages available for p2p communication common to beacon chain nodes and sharding clients.