This lab combines the knowledge you’ve acquired by completing the readings and all the Substrate Runtime Development Topics. By completing this lab, you will get hands-on experience on building a decentralized application that manages the creation and ownership transfers of digital kitties.
Read through the task and submit your lab results as per the instructions under the Submission Instructions instructions.
Complete parts I - II of the Kitties tutorial.
There should be two sub-directories in the submitted directory. One is the Substrate Node, and another one is the customized Front-end Template. Please submit the link to the github repo at the directory level with Substrate Node and Front-end Template.
On the customized front-end template, create 3 kitties using Alice account. Then transfer one
kitty to Bob, and make a screenshot. In the screenshot please include the emitted event of
KittyTransferred
in Events section.