Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. You can commit the chaincode to channels by clicking Commit button
  2. You need to choose the desired channel for committing the chaincode from the available options in the drop-down menu.
  3. You can also review the list of channels where the chaincode has already been committed.
  4. Specify whether the chaincode requires invoking 'init' by checkchecking/uncheck unchecking the checkbox.

      4. If the current approvement does not meet the channel policies, commitment may fail and you will see a prompt window

...

  1. Click any row on the chaincode table, you will enter the sub-detail page, which shows all information about current cc, including namePackageID, version, language, sha256sum, description and peer nodes the cc is installed.
  2. The frontend page is routing using chaincode name, the following page uses the URL path hostname/operatorchaincodeDefinition/chaincode/cc1 (we can also use id for routing)packageID/detail

Image AddedImage Removed

More operations(optional):

...