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

https://github.com/graphprotocol/proto-cosmos

Cosmos Protobuf definitions
https://github.com/graphprotocol/proto-cosmos

Last synced: 3 days ago
JSON representation

Cosmos Protobuf definitions

Awesome Lists containing this project

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

```bash
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28.1
```

## Generating code

To generate Go bindings for the Protobuf definitions, execute:

```bash
make generate
```

## Protobuf formatting

```bash
make format
```