Contract to keep list of contracts or partys

Hi @DavidBelinchon, you might want to read through User aliases, a tale of two approaches. A developer grapples with DAML and the comments. There are roughly two approaches here:

  1. Keep a single contract that stores all information

  2. Split the information up into multiple contracts, e.g., one per party/contract/… that you want to store.

The linked post and the comments go through the tradeoffs between the two

1 Like