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