Tools, FAQ, Tutorials:
Download and Install Golang SDK
How to download and install Golang SDK for Hyperledger Fabric?
✍: FYIcenter.com
You can follow this tutorial to download and install
Golang SDK for Hyperledger Fabric.
1. Download Golang SDK:
$ export GOPATH=~/go $ echo $GOPATH /home/fyicenter/go $ go get github.com/hyperledger/fabric-sdk-go
2. Verify Golang SDK package:
$ ls -l go/src/github.com/hyperledger/fabric-sdk-go/ -rw-rw-r-- 1 fyicenter 152949 Apr 18 15:51 CHANGELOG.md -rw-rw-r-- 1 fyicenter 12920 Apr 18 15:51 Gopkg.lock -rw-rw-r-- 1 fyicenter 1110 Apr 18 15:51 Gopkg.toml -rw-rw-r-- 1 fyicenter 11358 Apr 18 15:51 LICENSE -rw-rw-r-- 1 fyicenter 961 Apr 18 15:51 MAINTAINERS.md -rw-rw-r-- 1 fyicenter 33015 Apr 18 15:51 Makefile -rw-rw-r-- 1 fyicenter 7777 Apr 18 15:51 README.md -rw-rw-r-- 1 fyicenter 154 Apr 18 15:51 ci.properties -rw-rw-r-- 1 fyicenter 1958 Apr 18 15:51 doc.go -rw-rw-r-- 1 fyicenter 2293 Apr 18 15:51 go.mod -rw-rw-r-- 1 fyicenter 12504 Apr 18 15:51 go.sum -rwxrwxr-x 1 fyicenter 1688 Apr 18 15:51 golangci.yml drwxrwxr-x 3 fyicenter 4096 Apr 18 15:51 internal drwxrwxr-x 10 fyicenter 4096 Apr 18 15:51 pkg drwxrwxr-x 4 fyicenter 4096 Apr 18 15:51 scripts drwxrwxr-x 7 fyicenter 4096 Apr 18 15:51 test drwxrwxr-x 3 fyicenter 4096 Apr 18 15:51 third_party
⇒ Download and Install Java SDK
⇐ Main Interfaces to Communicate with Ledger Peer
2020-01-21, 1613🔥, 0💬
Popular Posts:
Can Two Forms Be Nested? Can two forms be nested? The answer is no and yes: No. You can not nest two...
What Is Azure API Management Service? Azure API Management as a turnkey solution for publishing APIs...
How To Loop through an Array without Using "foreach" in PHP? PHP offers the following functions to a...
What is Azure API Management Gateway? Azure API Management Gateway is the Azure Web server that serv...
How to use "link" command tool to link objet files? If you have object files previously compiled by ...