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