mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-03 00:27:38 +00:00
17 lines
348 B
Markdown
17 lines
348 B
Markdown
|
# 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.
|