Skip to content

Commit

Permalink
Update proto README.md (#1550)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyaoy authored May 20, 2024
1 parent 3b5043e commit 23459d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ This directory defines all protos for `v4-chain`. We follow the Cosmos-SDK conve
[buf](https://github.com/bufbuild/buf) to manage proto dependencies. You can think of `buf` as being like `npm` for
protocol buffers. See the `buf` [documentation](https://docs.buf.build/how-to/iterate-on-modules#update-dependencies)
for further details.

## Building protos
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`

0 comments on commit 23459d6

Please sign in to comment.