This repository contains protobuf files describing APIs of Bidon server.
Install buf as per https://docs.buf.build/installation.
Init submodules:
git submodule update --init --recursiveTo generate go code from proto files, run
make generateCheck buf.gen.yaml for the configuration of the generation.