Versions Compared

Key

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

This demo explains the workflows discussed in Chaincode Frontend Design using screenshots.

Step 1:

...

View chaincode list

  1. Once entering the chaincode page, you will see a table of all chaincode information. The table includes all chaincodes uploaded by the current org.
  2. You can check chaincode's name, version, language, sha256sum value, description and use corresponding operations.

Image Modified

Step 2: Upload new chaincode

    31. You can use the Upload Chaincode button to upload a new chain code by entering the information and uploading the chaincode file in a pop-up window.

    2. sha256sum value will be calculated automatically by frontend after the chaincode file is uploaded and is uneditable.

Image Modified

    43. You will see the new chain code in the table if uploading succeeded.

Image RemovedImage Added


Step

...

3: Install chaincode

  1. Each organizational user installs the chain code on their respective nodes.
  2. To install any available chaincode onto your nodes, click the "Install" button. A pop-up window will appear, allowing you to select the desired nodes within your organization for installation.
  3. By default, the nodes you have already installed will be automatically selected, and cannot be unchecked.

Image Modified


Step 3: Approve chaincode

...