https://github.com/chainbound/fiber-proto
Protobuf files used by the Fiber gRPC API
https://github.com/chainbound/fiber-proto
Last synced: 3 months ago
JSON representation
Protobuf files used by the Fiber gRPC API
- Host: GitHub
- URL: https://github.com/chainbound/fiber-proto
- Owner: chainbound
- Created: 2022-09-12T11:46:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T16:51:18.000Z (about 2 years ago)
- Last Synced: 2025-01-24T06:29:46.922Z (over 1 year ago)
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `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