Created
February 22, 2017 06:43
-
-
Save goindwalia/23a973baff25b29cc3bbe89ded275e9b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p $GOPATH/src/github.com/chaincode_example02/ | |
cd $GOPATH/src/github.com/chaincode_example02 | |
Curl --request GET https://raw.githubusercontent.com/hyperledger/fabric/master/examples/chaincode/go/chaincode_example02/chaincode_example02.go > chaincode_example02.go |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment