https://github.com/launchbadge/hedera-protobufs-rust
Generated protobufs in Rust for interacting with Hedera Hashgraph.
https://github.com/launchbadge/hedera-protobufs-rust
hedera protobuf rust
Last synced: 4 months ago
JSON representation
Generated protobufs in Rust for interacting with Hedera Hashgraph.
- Host: GitHub
- URL: https://github.com/launchbadge/hedera-protobufs-rust
- Owner: launchbadge
- License: apache-2.0
- Created: 2021-07-02T22:48:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T01:59:55.000Z (over 2 years ago)
- Last Synced: 2025-06-03T11:41:50.653Z (4 months ago)
- Topics: hedera, protobuf, rust
- Language: Rust
- Homepage:
- Size: 154 KB
- Stars: 4
- Watchers: 6
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hedera™ Hashgraph Rust Protobufs
> Generated protobufs in Rust for interacting with Hedera Hashgraph: the official distributed
> consensus platform built using the hashgraph consensus algorithm for fast,
> fair and secure transactions. Hedera enables and empowers developers to
> build an entirely new class of decentralized applications.## Install
```toml
[dependencies]
hedera-proto = { git = "https://github.com/launchbadge/hedera-protobufs-rust" }
```## Usage
_to be written_
## License
Licensed under Apache License,
Version 2.0 – see [LICENSE](LICENSE) in this repo## Build
download and install cmake
`git submodule update --init`
`cargo build`