2024-07-16 10:42:54 +03:00

10 lines
180 B
Markdown

# Zone Executor to Nomos DA communication
## Protobuf
To generate the updated protobuf serializer from `dispersal.proto` run:
``` bash
protoc --python_out=. dispersal.proto
```