registry-sdk/DEVELOPMENT.md

18 lines
236 B
Markdown
Raw Permalink Normal View History

2022-04-05 14:11:06 +00:00
# Development
## Protobuf
Run following scripts when [proto files](./proto/) are updated.
* Install dependencies:
2022-04-05 14:11:06 +00:00
```bash
yarn
```
2022-04-05 14:11:06 +00:00
* Generate typescript bindings for the proto files:
```bash
./scripts/proto-gen.sh
```