IBM Cloud (https://www.ibm.com/cloud/), previously known as IBM Bluemix, provides an enterprise blockchain platform as a flexible blockchain-as-a-service (BaaS), which is based on the open source Hyperledger Fabric. The customer can easily create, deploy, and manage a secure enterprise blockchain on IBM Cloud without caring about the underlying infrastructure.
IBM Cloud is an expensive service for a developer who wants to learn. Therefore, instead of deploying a custom example, such as the previous LC, which requires a premium plan, we present here one of the samples—Marbles—provided by IBM from its free starter plan.
The application will create a marble (a glass ball used as a children's toy) and store it in the blockchain by invoking Chaincode. We will create a UI that creates or updates the marble's attributes and stores...