Is there any way to get the frontend code of the navigator?
Sure, Navigator is open source and available here.
Hey, thanks for the quick response.
I have created a contract template in DAML for a warranty system. I want to build a quick UI to showcase the application. The easiest way is to use the navigator, but I can’t use that because I need to show backend and frontend code. Is there anyway I can automatically generate frontend code using navigator. Then I can make changes to that code according to my needs. Is it possible?
Thanks.
As far as I’m aware, we do not have any kind of frontend UI code generation. You can follow the getting started guide for a reasonably fast way to build UIs based on a Daml model.