Hyperledger Fabric: Unable to build Chaincode

Problem Scenario: You are working on Hyperledger Fabric and you are following this tutorial: Chaincode for Developers and when you try building your chaincode, it hungs up forever. You run the following command on your terminal to build the chaincode you wrote: go get -u –tags nopkcs11 github.com/hyperledger/fabric/core/chaincode/shim But, you get no result (either success … Read more