Categorygithub.com/graphprotocol/proto-cosmos

# README

Cosmos Protobuf definitions

This repository contains Protobuf definitions for the Cosmos Firehose integration.

The GitHub workflow depends on protoc v21.6 and protoc-gen-go v1.28.1.

https://github.com/protocolbuffers/protobuf/releases/tag/v21.6

go install google.golang.org/protobuf/cmd/[email protected]

Generating code

To generate Go bindings for the Protobuf definitions, execute:

make generate

Protobuf formatting

make format

# Packages

No description provided by the author