Skip to content

WolffunService/thetan-buf

Repository files navigation

Thetan Buf

This repository contains Protocol Buffers (.proto) definitions for Thetan ecosystem. The protobuf definitions are used to define the data structure and communication protocol between different components of the project.

Formatting Protobuf files

Install tools

#brew install buf
make install

Generate code

#buf generate proto
make generate

Unity Release Package

Flow release Unity

buf generate proto
buf generate --template buf.gen.tag.yaml proto
cp ./unity/package.json ./gen/csharp/package.json | cp ./unity/Wolffun.Protobuf.asmdef ./gen/csharp/Wolffun.Protobuf.asmdef
git add . | git commit -m "????"
./tools/unity-meta-check-darwin-amd64 ./gen/csharp | ./tools/unity-meta-autofix-darwin-amd64 -root-dir ./gen/csharp .
./unity/deploy.sh --semver 0.0.1-preview.12

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors