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
{{ message }}
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.
When a user A runs a dapp and wants to interact with user B, a chan_proposeInstallVirtual is used to ask the counterparty if they want to use the dapp together.
The Wallet UI must trigger a notification for user B, ideally using MetaMask's notification system.
Task breakdown
Add listener for chan_proposeInstallVirtual
Add relay for chan_installVirtual
Add relay for chan_rejectInstall
Implement modal screen
Show modal when receiving a chan_proposeInstallVirtual message
Implement chan_installVirtual method call when clicking "Accept"
Implement chan_rejectInstall method call when clicking "Reject"
The text was updated successfully, but these errors were encountered:
When a user A runs a dapp and wants to interact with user B, a
chan_proposeInstallVirtual
is used to ask the counterparty if they want to use the dapp together.The Wallet UI must trigger a notification for user B, ideally using MetaMask's notification system.
Task breakdown
chan_proposeInstallVirtual
chan_installVirtual
chan_rejectInstall
chan_proposeInstallVirtual
messagechan_installVirtual
method call when clicking "Accept"chan_rejectInstall
method call when clicking "Reject"The text was updated successfully, but these errors were encountered: