You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to follow instructions for setting up a cosmos-sdk where I would like to generate protobuf files from buf.
context
I want to generate protobuf files. I have a docker image https://hub.docker.com/r/tendermintdev/sdk-proto-gen that I want to generate protobuf files with.
problem
buf protoc
unknown command"protoc"for"buf"
The following bash script should output the protobuf files
If you've seen references to buf protoc in our documentation, please let us know so we can fix this .. otherwise I'd suggest updating the cosmos-sdk instructions? Let us know if you have questions!
Hey,
I am trying to follow instructions for setting up a cosmos-sdk where I would like to generate protobuf files from buf.
context
I want to generate protobuf files. I have a docker image
https://hub.docker.com/r/tendermintdev/sdk-proto-gen
that I want to generate protobuf files with.problem
The following bash script should output the protobuf files
tested so far
downloading
buf
locally, I do not find the command avaialble.buf version is here.
Is there something I am missing?
The text was updated successfully, but these errors were encountered: