Typical Workflow to Deploy Chaincodes

(Hyperledger Fabric v2.x) Here are the common tasks for deploying chaincodes.

You must be an administrator to complete these tasks.

Task Description More Information
Use the wizard to fully or partially deploy a chaincode For testing, use Quick Deployment to perform the deployment in one step, using default settings.

For production, use Advanced Deployment to specify the deployment settings such as which peers to install the chaincode on and the endorsement policy you want to use.

Use Quick Deployment

Use Advanced Deployment

Deploy a chaincode Deploying a chaincode consists of approving and committing the chaincode definition.

Deploy a Chaincode

Chaincode Life Cycle

Upgrade a chaincode Upload a newer version of a chaincode package, or update a chaincode definition. Upgrade a Chaincode