Skip to content

DecentralCardGame/protoc-gen-cosmos-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protoc-gen-cosmos-csharp

A protoc plugin for generating CosmCs compatible tx routes from protobuf.

Installation

go install github.com/DecentralCardGame/protoc-gen-cosmos-csharp@latest

Example usage

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=

License and Development

This is licensed under the GPL-v3 License, part of the DecentralCardgame project and developed by lxgr-linux.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages