Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 638 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 638 Bytes

commondata

This repository is for the protobuf schema used by all projects that need to communicate with vultisig

Buf

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

How to make changes in this repo?

Update the proto files you want to change, but follow these steps to generate files

  1. format proto files
buf format --write
  1. lint proto files
buf lint && buf build
  1. generate swift/kotlin files
buf generate

Generate code using docker

make