Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 670 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 670 Bytes

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

[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 in this repo

Build

download and install cmake

git submodule update --init

cargo build