- Develop chaincode and unit test
- Verify the chaincode works locally under "peer peer --chaincode-dev"
- Vendor all dependencies into /vendor
- Create a temporary $GOPATH. Copy source to either "$GOPATH/src/build-chaincode" or "$GOPATH/src/[your aboslution go path]"
- "go install build-chaincode" or "go install [your chaincode path]". Think about editing hfc.js 1231-1235 if you have issues here or use the REST API
- Ready for deployment to hyperledger instance
- The two options for the paths depende on whether or not you plan to deploy with the SDK or REST api