hashgraph / hedera-protobufs-swift

Generated protobufs in Swift for interacting with Hedera™ Hashgraph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hedera™ Hashgraph Swift Protubufs

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.

Development

When updating the protobufs submodule (at proto/), the generated code should be updated.

Prerequisites

  • Protobuf compiler plugin for Swift (protoc-gen-swift, protoc-gen-grpc-swift)

    $ brew install grpc-swift
  • Python 3+

Build

# update the proto/ directory from hedera-protobufs
$ git submodule update --init

# generate swift code from protobuf definitions
$ ./x.py

License

Licensed under Apache License, Version 2.0 – see LICENSE in this repo

About

Generated protobufs in Swift for interacting with Hedera™ Hashgraph

License:Apache License 2.0


Languages

Language:Swift 99.9%Language:Python 0.1%