github.com/darrenli6/fabric-sdk-example@v0.0.0-20220109053535-94b13b56df8c/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  }