How to create Digital token in DAML , I need to create a fungible token using DAML and need to move it between the parties
App Development2 posts259 views2 likesLast activity Jul 2021
VS
vsh1982OP
Jul 2021I 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.
AN
anthony
Jul 2021Hey @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.