Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.04 KB

File metadata and controls

42 lines (24 loc) · 1.04 KB

import PlatformTabs from '../../components/PlatformTabs' import PlatformTabItem from '../../components/PlatformTabItem' import YoutubeEmbed from '../../components/YoutubeEmbed'

import UserFlow from '../shared/email/user-flow.mdx'

import WagmiImplementation from './wagmi1/email.mdx' import EthersImplementation from './ethers/email.mdx'

Email Wallets

Web3Modal SDK enables passwordless Web3 onboarding and authentication, allowing your users interact with your application by creating a non-custodial wallet with just their emails.

:::info Note

Due to Safari’s strict third-party cookie policies, the SDK is not preserving sessions after the app is closed. Our team is working to solve this issue soon.

:::

Integration

<PlatformTabs groupId="eth-lib" activeOptions={["wagmi1", "ethers"]}>

User Flow

Video Tutorial