mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-01-16 12:03:08 +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
|
||
|
|
```
|