OBP offers two different deployment options. A quick deployment option for one-step chaincode deployment and advanced deployment options. The quickstart deployment option is recommended for chaincode testing, while the advanced deployment option allows you to specify various advanced deployment settings such as choosing the peers on which the chaincode will be installed, the endorsement policy to use, and so on. This section shows both deployment options.
The following is the procedure for deploying the chaincode:
- Navigate to the Chaincodes tab:
- Click on the Deploy a New Chaincode button. The following ...