First, thanks for the Multichain.
I've a few questions about privilege as follows:
1. Where are the permission data of Multichain stored? In particular, where is the information about Admin privileges stored? Is it the local disk of the Admin node, or is it inside the blockchain?
2. Is there a risk that the Admin privilege will be hacked or stolen when the ledger is shared and distributed like a normal blockchain?
3. It would be appreciated if you could suggest ways to protect the Admin privileges and enhance the security of the Admin node.
4. "Write permission" can be set when 'stream' is created with command "create stream stream1 false". Can I set read permissions? For example, for 'streamA', I want to give the address-a write permission and the address-b read permission. Address-c can not be read or written
Thanks in advance.