onsails / proto-cosmos

Cosmos Protobuf definitions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/protoc-gen-go@v1.28.1

Generating code

To generate Go bindings for the Protobuf definitions, execute:

make generate

Protobuf formatting

make format

About

Cosmos Protobuf definitions

License:Apache License 2.0


Languages

Language:Makefile 100.0%