forked from cerc-io/registry-sdk
Prathamesh Musale
3a828b47ae
Part of [Sumsub KYC integration in onboarding app](https://www.notion.so/Sumsub-KYC-integration-in-onboarding-app-607b598c9c1d4d12adc71725e2ab5e7e) Follows cerc-io/laconicd#43 Co-authored-by: Nabarun <nabarun@deepstacksoft.com> Reviewed-on: cerc-io/registry-sdk#15 Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com> Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
18 lines
236 B
Markdown
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
|
|
```
|