You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this question essentially discusses a prerequisite of the protocol, which is what a dapp interacts with within this protocol. Is it a collection of addresses or a single address?
Throughout our discussions, we have been assumed it's a "collection of addresses," which I think is reasonable. In that case, we need to define the actions that a dapp needs to take when interacting with a "collection of addresses" and the corresponding actions at the blockchain level.
For example:
Verifying ownership of the "collection of addresses": The dapp needs to verify ownership of each address in the "collection of addresses."
Assessing the rights/privileges associated with a single address transforms into determining whether such an address exists within the "collection of addresses" for the dapp.
The text was updated successfully, but these errors were encountered:
I believe this question essentially discusses a prerequisite of the protocol, which is what a dapp interacts with within this protocol. Is it a collection of addresses or a single address?
Throughout our discussions, we have been assumed it's a "collection of addresses," which I think is reasonable. In that case, we need to define the actions that a dapp needs to take when interacting with a "collection of addresses" and the corresponding actions at the blockchain level.
For example:
The text was updated successfully, but these errors were encountered: