registry-sdk/DEVELOPMENT.md
Prathamesh Musale 3a828b47ae
All checks were successful
Publish npm package to gitea / npm_publish (18.x) (release) Successful in 1m45s
Tests / sdk_tests (push) Successful in 20m16s
Accommodate changes for participant role and KYC ID (#15)
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: #15
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-07-26 15:41:00 +00:00

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
```