Versions Compared

Key

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

Chaincode Management Page

APIs 

  1. Get chaincode information list
  2. Submit chaincode

Information List UI

NameVersionMD5/SHAOperation
Cc1V1sha1Install | Approve | Commit | Delete (if not used yet)
Cc2V1sha2Install | Approve | Commit | Delete (if not used yet)




Submit Chaincode UI

Chaincode Name:
Description:

Version:


Choose File:
Chaincode language:

Chaincode hash:

(maybe calculated by backend depending on performance)


Chaincode Installation Page

...

  1. Get nodes of the current organization
  2. Get chaincode installation status of each node
  3. Submit requests to install chaincode

Install Chaincode UI

Choose the node to install chaincode (current org)



Approvement Page

APIs

  1. Get all orgs' approvement status
  2. Approve current org's chaincode

Approve Chaincode UI

Choose Channel
OrgApproved/Not Approved
Org1Approved
Org2Not Approved
Org3(Current Org)Not Approved (A clickable link/button)

Approving current Org's chaincode doesn't require a page. After clicking the link, it prompts a confirmation window, sends a "approve" request to backend if confirmed.

...