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
Its only a MVP that opens the mailto link for a target+call data. We want a script that others can include in their UI that implements the functionality in generic way - ideally confirming to https://eips.ethereum.org/EIPS/eip-1193
It would be better if users don't have to install any extensions. Dapps can install our JS SDK to interact with user's email wallet.
In "browser-connector" model we open the mailto link for each transaction the user want to make in the dapp; or we send an email to the user and ask them to reply.
In "email-oauth" model we do email send/reply only once and then use ephemeral keys.
(both are kind of oauth as in "Sign in with Email Wallet", just differs in the flow/security model)
Anyway, implementation of browser-connector is not complete in this branch. There is a rough MVP, but there is no SDK that others can integrate yet.
We can probably close this issue, and open a new one later based on which of the above approach we are going to take.
Allow dApp websites to easily integrate with EmailWallet by installing a JS script.
The JS script will
window.ethereum
and listen to calls made to it based on the spec.Execute
operation.The ideal behaviour for a Uniswap UI would be
There is a MVP / WIP in connect-email-wallet branch.
The text was updated successfully, but these errors were encountered: