This project uses Buf for managing Protocol Buffers.
- Buf CLI installed
-
Clone the repository:
git clone https://github.com/yourusername/dexhand_manager.git cd dexhand_manager/api
-
Install dependencies:
buf mod update
To lint the Protobuf files, run:
buf lint
To generate code from the Protobuf files, run:
buf generate
To check for breaking changes, run:
buf breaking --against <your_base_image>
/api
├── buf.yaml # Buf configuration file
├── buf.lock # Buf dependency lock file
├── proto # Directory containing Protobuf files
│ └── your_protos # Your Protobuf files
└── README.md # This README file
Please follow the contribution guidelines.
This project is licensed under the MIT License. See the LICENSE file for details.