Versions Compared

Key

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

...

  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 namepackageID, version, language, sha256sum value, description and use corresponding operations.

...

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

    2. sha256sum value will be calculated automatically by frontend after the chaincode file is uploaded and is uneditablechaincode package file must be in tar.gz format. Description is optional.

    3. cello(frontend or backend) will parse the package file and retrieve the package information such as version, language etc.

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

...