# install dependencies
$ go get -u google.golang.org/grpc
$ go get -u github.com/golang/protobuf/protoc-gen-go
# extract the .proto's from libra and compile to go
# set LIBRA_SRC to wherever you cloned libra/libra
$ LIBRA_SRC=$HOME/libra ./gen_protos.sh
# make a basic request to a testnet node
$ go run libra_client/main.go
-
Notifications
You must be signed in to change notification settings - Fork 5
phlip9/libra_example
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Example Libra Go client SDK
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published