DAML IOU quickstart app

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!

Hi!

I believe those templates are included by default when using the Canton Sandbox.

Please, see this previous discussion for further details Navigator showing unknown templates - #2 by cocreature.

Thanks,
Matteo

2 Likes

Thank you @Matteo_Limberto