What happened exactly on chaincode deploy and invoke , query, in Hyperledger?
问题 What happened exactly on chaincode deploy and invoke , query, in Hyperledger? Need to confirm the cost of system on Chaincode deploy, invoke and query. If they are the same, seems better to make Chaincode more than one, even hundreds, thousands. 回答1: During “ Deploy ” the chain code is submitted to the ledger in a form of transaction and distributed to all nodes in the network. Each node creates new Docker container with this chaincode embedded. After that container will be started and Init