-
Notifications
You must be signed in to change notification settings - Fork 546
Add EW and MM Wagmi Connector to Wallets Page #1283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Gwen-M
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
|
||
| Follow the steps below to integrate MetaMask Embedded Wallets into your dapp. | ||
|
|
||
| ### **Dashboard Configuration** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ### **Dashboard Configuration** | |
| ### Dashboard Configuration |
|
|
||
| ### Configure Web3Auth & Wagmi Provider | ||
|
|
||
| Create a configuration file for Web3Auth & Wagmi in your project. This file will be used to wrap your app state with the wallet & blockchain connection providers. In your `components` directory, create a new |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Create a configuration file for Web3Auth & Wagmi in your project. This file will be used to wrap your app state with the wallet & blockchain connection providers. In your `components` directory, create a new | |
| Create a configuration file for Web3Auth and Wagmi in your project. This file will be used to wrap your app state with the wallet and blockchain connection providers. In your `components` directory, create a new |
Update the wallets page to add the MM ecosystem products
Note
Expands the connect-wallet guide with a MetaMask connector in Wagmi and a new MetaMask Embedded Wallets (Web3Auth) integration section with setup and examples.
metaMaskconnector alongsideinjected, including Infura API key config inwagmi.ts.metaMaskand add a second connect button for MetaMask.useWeb3AuthConnect/Disconnect/User) usage with example code.Written by Cursor Bugbot for commit 9ebf331. This will update automatically on new commits. Configure here.