An open API service indexing awesome lists of open source software.

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.

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`