This repository is for the protobuf schema used by all projects that need to communicate with vultisig
We use buf to manage protobuf files in this repo , if you don't have buf installed , please follow install buf to install it locally
Update the proto files you want to change, but follow these steps to generate files
- format proto files
buf format --write
- lint proto files
buf lint && buf build
- generate swift/kotlin files
buf generate
make