We are developing a Blockchain based product for our own digital passes product to convert the whole system from centralized to decentralized App.
We need the following:
1 - Client be able to issue a digital pass to anyone he wants him to use to open the gate (we have a hardware associated to the gate, each lock has a digital certificate issued by the user’s pubkey at the setup process), if will go through issue a native asset option in the Multichain, how can we make it possible from the client’s mobile app? Do we need to let the client run a simple node with certain permissions from his mobile app (wallet)?
2- How can we store the client’s basic info (name, address, email…etc.) on the Blockchain and make it editable from the UI (our website)? Can it be done using streams? as we don't like to go the server solution and we want make the whole process fully decentralized.
Thanks in advance.