This directory defines all protos for v4-chain
. We follow the Cosmos-SDK convention of using a tool called
buf to manage proto dependencies. You can think of buf
as being like npm
for
protocol buffers. See the buf
documentation
for further details.
After making changes to any .proto file(s), you will also need to build the protos. To do this, run make proto-gen
under the root /v4-chain
directory. If the changes to the protos is also used by Indexer, you will also need to run pnpm build:proto
after cd
-ing into /v4-chain/indexer/packages/v4-protos