Compiling Protobuf Overview
While there are multiple methods for compiling protocol buffers, this guide focuses on using buf. Prerequisites:
- Install the buf cli
- Clone Sift's Github repository to access the protocol buffers locally
Protocol buffers are located in the protos subdirectory. Once these prerequisites are met, proceed to the next section for compilation instructions.