Hi, I am trying to use the Daml Finance demo applicaiton GitHub - digital-asset/daml-finance-app. As far as I can tell, there is no documentation on how to actually use the UI. Are there any samples/demos showing how to use it? There are many different usecases which use quite a number of different parties. This is great, but I just don’t know where to start or what the basic workflows are in each usecase.
HI @huw ,
There are some tutorials available for Daml Finance workflows on the docs.daml website.
The following tutorials are available:
- Transfer: describes accounts, cash instrument, deposits and transfers.
- Settlement: explains how to execute multiple asset movements atomically.
- Lifecycling: describes how lifecycle rules and events can be used to evolve instruments over time.
Have you had a chance to look at those?
Thanks.
Yes, I have looked at those. My question was specifically related to the the UI, not the Daml code. Essentially, how do I do those worlflows – using the provided UI.
There was a recent webinar where a Bond Issuance demo was given and it shows how to use the UI.
Please register here to watch the recording.
1 Like
Thanks Rohitt, will check that out.