Hello everyone!
Here I am again. I completed the first part of my Daml code for my PhD, now I have to do the second part. In the meantime, I also took a Haskell course to better understand Daml and try to bother you all as little as possible.
.
I would like to have some guidance and initial suggestions on how to approach this second part. Here is what I have to do. in my hypothetical scenario, I have a network with entities who can access the ledger, and I have to invite some of them to check some documents. Here are the key points:
- Make a list of the entities part of the network.
- Create a group through a random selection (the group is composed of a maximum of 5 minimum 1))
- Send them an invite to assess the documents
Could someone point me in the right direction to start my project? As usual, I would really really appreciate your help!!!