registry-sdk/DEVELOPMENT.md

18 lines
236 B
Markdown

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