mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-01-12 18:13:09 +00:00
10 lines
180 B
Markdown
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
|
|
```
|