Files
wasmd/proto/buf.md
Alexander Peters 887ee0ee3e Add amino annotations to proto (#1280)
* Add amino annotations to proto

* Formatting only
2023-03-31 08:29:10 +02:00

389 B

Protobufs

This is the public protocol buffers API for Wasmd.

Download

The buf CLI comes with an export command. Use buf export -h for details

Examples:

Download cosmwasm protos for a commit:

buf export buf.build/cosmwasm/wasmd:${commit} --output ./tmp

Download all project protos:

buf export . --output ./tmp