DAML IOU quickstart app
App Development3 posts228 views2 likesLast activity May 2022
PR
prajwalhegde3OP
May 2022I 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!
MA
Matteo_Limberto
May 2022Hi!
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
PR
prajwalhegde3
May 2022Thank you @Matteo_Limberto