Skip to content

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

License

Notifications You must be signed in to change notification settings

vultisig/commondata

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages