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, 1491🔥, 0💬
Popular Posts:
How To Read the Entire File into a Single String in PHP? If you have a file, and you want to read th...
How to install "The Windows SDK version 8.1"? I need to build my Visual Studio C++ applications. If ...
How to use .NET CLR Types in Azure API Policy? By default, Azure imports many basic .NET CLR (Common...
How To Create an Array with a Sequence of Integers or Characters in PHP? The quickest way to create ...
How to install .NET Framework in Visual Studio Community 2017? I have the Visual Studio Installer in...