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:
-
Keep a single contract that stores all information
-
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