Generated protobufs in Swift 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.
When updating the protobufs submodule (at proto/
), the generated code should be updated.
Protobuf compiler plugin for Swift (protoc-gen-swift
, protoc-gen-grpc-swift
)
$ brew install grpc-swift
Python 3+
# update the proto/ directory from hedera-protobufs
$ git submodule update --init
# generate swift code from protobuf definitions
$ ./x.py
Licensed under Apache License, Version 2.0 – see LICENSE in this repo