So I want to understand the general process of interacting with SOLID data. So let me explain it to see if I can get this right.
I’m I’m building a messaging app, and Person 1 writes a message to Person 2. One, my app would need to have access to both pods. Two, write the message to both pods. So if I wanted to visualize what the interaction would be?
There has been a project, which made a decentralized chat in a (university?) course. They provided some useful information and graphics in their documentation: https://arquisoft.github.io/dechat_en2a/docs/01_introduction_and_goals.html
I guess that the 3. and 6. chapter are of particular interest for you.