QuestionQ59
Smart ContractsHow can a developer iteratively test and develop a smart contract without incurring the smart contract lifecycle-process overhead for every update?
- A Running chaincode for Smart Contracts in development mode.
- B Manually update the Smart Contract code on the network.
- C Deploy the Smart Contract on the network for every update.
- D Use a Production Network to test and develop Smart Contracts.
Community Discussion