Can I get a code of this example or similar examples. Please its urgent I have to perform testing so I need some good examples
App Development6 posts178 viewsLast activity Jan 2024
IQ
Iqra_Mustafa1OP
Jan 2024
Asset Modeling in DAML (Tutorial-7 Deep Dive Part 1)
Overview
Reading time: 10 min read
CO
cocreature
Jan 2024The numbers in that blog series correspond to the names of the intro projects. So for tutorial 7, you can get the source using:
daml new intro7 --template daml-intro-7
IQ
Iqra_Mustafa1
Jan 2024I didn’t get it. From where?
CO
cocreature
Jan 2024Run the command I specified above and then you will have a directory called intro7 containing the code.
IQ
Iqra_Mustafa1
Jan 2024
daml new intro7 --template daml-intro-7
Thanks. Its working but I tried to generate its dot file using this command daml damlc visual intro7-1.0.0.dr --dot asset.dot but unable to do. The error is “invalid argument visual”
CO
cocreature
Jan 2024daml damlc visual no longer exists. It was only a labs feature and not enough people found it useful so it has been removed.