protoc-gen-cosmos-csharp

command module
v0.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 11, 2025 License: GPL-3.0 Imports: 9 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL