I am working on a initiative and need to understand how a digital token can be generated using DAML , what standard DAML used for tokens and how that token can be moved across the parties.
1 Like
Hey @vsh1982 we don’t have a specific token standard within Daml but you can find an example of a Token being created and moved between parties in our introduction to Daml.
Ultimately tokens are just contracts within a Daml ledger like any other and you’d create them the same as any other Daml application.
Also if you have more specific needs/asks feel free to share and we’ll be happy to give you more detail.
1 Like