How can I understand multichain theoretically

+3 votes
Hello,

I have question plz. How can I understand multichain theoretically  ?

I mean how stream item permission works ?? How it stores in blocks while each node has different stream to publish items. I’m researcher so I have to explain each step since stream items publish from node until get confirmed and formed in blocks. How block look like? how multichain can make each node have different permission on each stream on one chain? I need every details on each stem and how every single things work?

Thank you so much
asked Jan 9, 2022 by musharraf90

1 Answer

+2 votes
 
Best answer
A lot of detail about the protocol, including streams and permissions, is documented in the 'Advanced Topics' section linked on this page: https://www.multichain.com/developers/
answered Jan 10, 2022 by MultiChain
selected Jan 19, 2022 by musharraf90
What I understood from the link is that the permisions are not related directly to the blockchain ( is somehow related to the network issues) like a software that are managing the nodes. For example, if node A make node B to able to generate stream items. This permision is transacted. But after that "piece of software" will manage the connection and won't s write again any additional data on the transaction that shows node B have a permision to write on A data stream.
Thank you
plz I need to verfiy what I understood
I didn't entirely understand what you wrote, but the permissions are (a) set by transactions on the blockchain, and (b) enforced as part of the blockchain's rules, i.e. by every node when verifying transactions or blocks.
...