Asset Modeling in DAML (Tutorial-7 Deep Dive Part 1)

We got a new article from @kctam!

In this tutorial we see a more comprehensive and well-structured setup for an asset type.

  • The asset requires authority from both issuer and owner (as signatory).
  • A role contract (asset holder) exists for each asset owner, facilitating some handling some operations on the assets.
  • The asset is fungible.
  • The asset is transferable.
  • The asset is tradeable, where trading here is an atomic transaction of assets between two parties.

Read the full article here:

3 Likes

Well done @kctam!

2 Likes

Thanks @anthony and @andreolf . I really enjoy “hacking” this tutorial as it is so well-written and helps me learn a lot. Just document what I have tried before I forget everything. I also notice that the finance library has another great implementation of asset model. It will be my next stop.

2 Likes

Hi @kctam really great tutorial, and I was just about to point you to our Finance Library. There we’ve gone one step further and also looked at how servicing / lifecycling of assets could be done in an asset-agnostic way. See the Asset Servicing demo app for how it comes to life. Let me know any questions / comments, I’m always keen to discuss these topics!

3 Likes