11---
22description : Learn how to use MetaMask Embedded Wallets (Web3Auth) with MetaMask Smart Accounts.
33sidebar_label : Embedded Wallets
4- keywords : [web3auth, smart account, signer, metamask samrt account]
4+ keywords : [web3auth, smart account, signer, metamask smart account]
55---
66
7- # Use MetaMask Embdeded Wallets (Web3Auth) with MetaMask Smart Accounts
7+ # Use MetaMask Embedded Wallets (Web3Auth) with MetaMask Smart Accounts
88
99[ MetaMask Embedded Wallets (Web3Auth)] ( /embedded-wallets/ ) provides a pluggable embedded wallet
1010infrastructure to simplify Web3 wallet integration and user onboarding. It supports social logins allowing
@@ -30,11 +30,11 @@ npm install @metamask/smart-accounts-kit @web3auth/modal wagmi @tanstack/react-q
3030
3131### 2. Create the Web3Auth provider
3232
33- In this step, you'll configure the ` Web3AuthProvider ` component to provide the Embedded Wallets (Web3Auth)
33+ Configure the ` Web3AuthProvider ` component to provide the Embedded Wallets (Web3Auth)
3434context to your application. You'll also use the ` WagmiProvider ` to integrate Embedded Wallets (Web3Auth) with Wagmi.
3535This connector enables you to use Wagmi hooks with Embedded Wallets (Web3Auth).
3636
37- Once you have created the ` Web3AuthAppProvider ` , you must wrap it at the root of your application so
37+ Once you've created the ` Web3AuthAppProvider ` , wrap it at the root of your application so
3838that the rest of your application has access to the Embedded Wallets (Web3Auth) context.
3939
4040For the advance configuration, see [ Embedded Wallets guide] ( https://docs.metamask.io/embedded-wallets/sdk/react/advanced/ ) .
@@ -85,7 +85,7 @@ export const web3authConfig = {
8585
8686### 3. Create a smart account
8787
88- Once the user has connected their wallet, you can use the [ Wallet Client] ( https://viem.sh/docs/clients/wallet ) from Wagmi as the signer to create a
88+ Once the user has connected their wallet, use the [ Wallet Client] ( https://viem.sh/docs/clients/wallet ) from Wagmi as the signer to create a
8989MetaMask smart account.
9090
9191``` ts
0 commit comments