terra-money / terra.proto

proto generator env for multiple languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terra Proto

This repository contains three diferent native clients (JS, Rust, Python) to interact with Terra Core. These clients are automatically generated using protoc compiler and they are individually published to the different code repositories.

Development

Each of the libraries have its own Makefile that contain 4 main entry commands:

  • init : initialize the github submoudles,
  • proto-gen : generate the proto files,
  • build : build the project abstracting each language peculiarities,
  • publish : push the build to the the code repository to be used by anyone (abstracting the publish peculiarities).

About

proto generator env for multiple languages

License:Apache License 2.0


Languages

Language:TypeScript 70.3%Language:Rust 25.7%Language:Go 3.9%Language:Shell 0.1%Language:Makefile 0.0%Language:Dockerfile 0.0%