A protoc plugin for generating CosmCs compatible tx routes from protobuf.
go install github.com/DecentralCardGame/protoc-gen-cosmos-csharp@latest
bug.gen.yaml
version: v1
managed:
enabled: true
go_package_prefix:
default: github.com/yourModule
plugins:
- plugin: cosmos-csharp
out: out
opt: suffix=suffix.pb.cs
- plugin: buf.build/protocolbuffers/csharp
out: out
opt: file_extension=.pb.cs,base_namespace=
- plugin: buf.build/grpc/csharp
out: out
opt: no_server,file_suffix=Grpc.pb.cs,base_namespace=
This is licensed under the GPL-v3 License, part of the DecentralCardgame project and developed by lxgr-linux.