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 can check chaincode commit policies before committing by clicking the link in pop-up window
  3. You need to choose the desired channel for committing the chaincode from the available options in the drop-down menu. You can also review the list of channels where the chaincode has already been committed.

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


Step 6: Check chaincode detail

  1. Click any row on the chaincode table, you will enter the sub-detail page, which shows all information about current cc, including name, 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/operator/chaincode/cc1` (we can also use id for routing)

Image Added

More operations(optional):

...