Hello,
I have been working through the tutorials and so far, am slowly learning about this technology. I have some questions that I would like guidance on:
I have a need to create a decentralized process between 3 parties, that will all need access to review the data. The process is pretty straight forward:
- Party A fills in a form with 5 text fields, and attaches a few documents. This data and attachments get save to the blockchain
- Party B reviews the information, fills in 2 additional fields as a result and updates the information in the blockchain
- Party C just needs to be able to see activity at all times
Taking out the form creation piece, which I am handling and intend to interact with Multichain via the API, what would be the best approach to complete this task with Multichain.
Caveat: Party B and Party C are always the same "person". Party A can be any individual.
Thanks
EDIT: Typo in subject field.