I have just started with DAML.
Using the DAML tutorials, I have created a new DAML IOU quickstart app using the below command
daml new quickstart --template quickstart-java`
After running the application, I have just noticed in UI under “templates” section there are other templates like “PingPong” listed. But seems like I can’t find any template declaration for PingPong in the generated code.
Please help me understand what I’m missing. Any help would be appreciated
Thank you!