# `fiber-proto` Protobuf files used by the Fiber gRPC API. ## Usage 1. **Add this repo as a submodule in your package:** ```bash git submodule add https://github.com/chainbound/fiber-proto ``` 2. **Use the files to generate the protobuf & gRPC code. Check out the documentation at [grpc.io](https://grpc.io/docs/languages/).** ## Examples The existing implementations can help you get started: * Rust: https://github.com/chainbound/fiber-rs * Go: https://github.com/chainbound/fiber-go * TypeScript: https://github.com/chainbound/fiber-ts