The API of the api packages are currenly unstable. Expect frequent breaking changes until we start tagging versions.
Clone the BitBox02 firmware repo:
Make sure you have protoc
and
protoc-gen-go
installed:
git clone https://github.com/digitalbitbox/bitbox02-firmware.git
rm -rf api/firmware/messages/{*.pb.go,*.proto}
cp /path/to/bitbox02-firmware/messages/*.proto api/firmware/messages/
rm api/firmware/messages/backup.proto
./api/firmware/messages/generate.sh