Skip to content
Discussions/Announcements/Asset Modeling in DAML (Tutorial-7 Deep Dive Part 1)Forum ↗

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

Announcements4 posts411 views10 likesLast activity Feb 2021
AN
anthonyOP
Feb 2021

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:

Medium – 7 Feb 21

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

Overview

Reading time: 10 min read

AN
andreolf
Feb 2021

Well done @kctam!

KC
kctam
Feb 2021

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.

GE
georg
Feb 2021

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!

← Back to Discussions