prysm-pulse/proto
2018-08-01 00:35:08 -05:00
..
beacon beacon: Beacon Chain RPC Service Proto Definitions (#360) 2018-08-01 00:35:08 -05:00
sharding/p2p/v1 beacon: Beacon Chain RPC Service Proto Definitions (#360) 2018-08-01 00:35:08 -05:00
README.md proto: Structure Protos for Beacon and for Sharding (#359) 2018-07-31 13:54:45 -05:00

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.