QuestionQ21
Hyperledger Fabric NetworksWhat is required for a chaincode to be ready to commit to a channel?
- A The chaincode must be previously installed on the channel’s peers.
- B The policy Channel/Application/Writers must be satisfied.
- C The policy /Channel/Application/LifecycleEndorsement must be satisfied.
- D The chaincode must have the endorsement policies correctly defined.
Community Discussion