https://github.com/terra-money/terra.proto
proto generator env for multiple languages
https://github.com/terra-money/terra.proto
Last synced: 5 months ago
JSON representation
proto generator env for multiple languages
- Host: GitHub
- URL: https://github.com/terra-money/terra.proto
- Owner: terra-money
- License: apache-2.0
- Created: 2021-09-08T04:06:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T03:19:08.000Z (over 1 year ago)
- Last Synced: 2025-05-02T14:08:27.169Z (5 months ago)
- Language: TypeScript
- Size: 6.4 MB
- Stars: 11
- Watchers: 18
- Forks: 38
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terra Proto
This repository contains three diferent native clients ([JS](./js/), [Rust](./rust/), [Python](./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).