An open API service indexing awesome lists of open source software.

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

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