About Group: generate,update #118
streetycat
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
The Group used in the real scene is really not simple, very deep thinking! I have two suggestions:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
Group
object is mutable; we will update it regularly. So, we must use blockchain to update it to ensure version synchronization and verifiability.Now, there is my solution, anyone can suggest for me.
For example:
We require that more than 2 admins agree to modify the member title, or the member can modify it himself.
We can set the rules:
And assign the permissions:
Group generate
And we can push the object to MetaChain first, and all the admins/members post the signature to MetaChain. Of course, that would cost more commission.
Update the Group
We can collect the signatures off-chain to reduce the commission.
Cost
There is commission for every on-chain operation, so we must reduce the frequency, I think there are some suggestion:
Beta Was this translation helpful? Give feedback.
All reactions