Skip to content

janheski/hedera-sdk-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hedera Go SDK

Hedera SDK for Go

Requirements

  • Go 1.11+

  • Git LFS – Git LFS is used to version the built libraries in ./libs (built from hedera-sdk-rust). This must be installed on your system prior to go get.

Install

$ go get github.com/hashgraph/hedera-sdk-go

Development

Requirements

  • rustup

  • musl

    • MacOS

      $ brew install FiloSottile/musl-cross/musl-cross
  • MinGW

    • MacOS

      $ brew install mingw-w64

Build

$ ./x.py

License

Licensed under Apache License, Version 2.0 (LICENSE or http://www.apache.org/licenses/LICENSE-2.0).

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.

About

Hedera SDK wrapped for Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 53.5%
  • C 31.3%
  • Python 13.4%
  • C++ 1.8%