Versions Compared

Key

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

...

      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)

...