github.com/adnan-c/fabric_e2e_couchdb@v0.6.1-preview.0.20170228180935-21ce6b23cf91/examples/ccchecker/ccchecker.json (about) 1 {"Chaincodes": 2 [ 3 {"Name": "mycc", 4 "InitArgs":[""], 5 "Path": "github.com/hyperledger/fabric/examples/ccchecker/chaincodes/newkeyperinvoke", 6 "NumFinalQueryAttempts": 10, 7 "NumberOfInvokes": 10, 8 "DelayBetweenInvokeMs": 1, 9 "DelayBetweenQueryMs": 10, 10 "TimeoutToAbortSecs": 60, 11 "Lang": "GOLANG", 12 "WaitAfterInvokeMs": 10000, 13 "Concurrency": 10 14 } 15 ], 16 "TimeoutToAbortSecs": 60, 17 "ChainName": "testchainid" 18 }