Use Quick Deployment

Use the quick deployment option to perform a one-step chaincode deployment. This option is recommended for chaincode testing.

The quick deployment uses default settings, installs the chaincode on all peers in the channel, instantiates the chaincode using the default endorsement policy, and enables the chaincode in the REST proxy.
Note the following information:
You must be an administrator to perform this task.
  1. Go to the console and select the Chaincodes tab.
  2. In the Chaincodes tab, click Deploy a New Chaincode.
    The Deploy Chaincode page is displayed.
  3. Click Quick Deployment.
    The Deploy Chaincode (Quick) page is displayed.
  4. In the Chaincode Name field, enter a unique name for the chaincode. In the Version field enter a string value to specify the chaincode’s version number.
    The Oracle Blockchain Platform chaincode name and version requirements are different than the Hyperledger Fabric requirements. You must use the Oracle Blockchain Platform naming requirements. Use these guidelines when naming the chaincode:
    • Use ASCII alphanumeric characters, ('') quotes, dashes (-), and underscores (_).
    • The name must start and end only with ASCII alphanumeric characters. For example, you can't use names like _mychaincode or mychaincode_.
    • Dashes (-) and underscores (_) must be followed with ASCII alphanumeric characters. For example, you can't use names like my--chaincode or my-_chaincode.
    • The name must be 1 to 64 characters long.
    • A chaincode version can contain a period (.).
  5. Review the other default settings and modify them as needed.
  6. Click the Chaincode Source field and browse for the chaincode ZIP file to upload and deploy.
  7. Click Submit.
    The chaincode is installed on the channel’s peers, instantiated, and enabled in the REST proxy. The deployed chaincode’s name is displayed in the Chaincode tab’s table.