10 lines
180 B
Markdown
Raw Normal View History

2024-07-11 13:34:30 +03:00
# Zone Executor to Nomos DA communication
## Protobuf
To generate the updated protobuf serializer from `dispersal.proto` run:
``` bash
protoc --python_out=. dispersal.proto
```