-
Notifications
You must be signed in to change notification settings - Fork 170
docs: add connector page for connecting external wallet connectors #1547
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 Git ↗︎
|
How to use the Graphite Merge QueueAdd the label graphite-merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
🌿 Documentation Preview
|
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.
nice! a few comments then lgtm
docs/pages/react/login-methods/connect-to-other-wallet-providers.mdx
Outdated
Show resolved
Hide resolved
docs/pages/react/login-methods/connect-to-other-wallet-providers.mdx
Outdated
Show resolved
Hide resolved
docs/pages/react/login-methods/connect-to-other-wallet-providers.mdx
Outdated
Show resolved
Hide resolved
One other thought - is there anywhere else we should list this to mention support? quickstart? |
Easily log in using popular wallet providers like **MetaMask**, **Rabby**, **Phantom**, and more. | ||
|
||
Our SDK supports external wallet connection out of the box, so you can seamlessly support both web2 users with social login and web3 users who want to bring their own EOAs. | ||
We support enabling users to bring their existing EOA in 2 ways: |
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.
We support enabling users to bring their existing EOA in 2 ways: | |
Our SDK supports external wallet connection out of the box, so you can seamlessly support both Web2 users with social login and Web3 users who want to bring their own EOAs. |
site/pages/react/login-methods/connect-to-other-wallet-providers.mdx
Outdated
Show resolved
Hide resolved
…rs.mdx Co-authored-by: Jade <[email protected]>
Pull Request Checklist
yarn test
)site
folder, and guidelines for updating/adding docs can be found in the contribution guide)feat!: breaking change
)yarn lint:check
) and fix any issues? (yarn lint:write
)PR-Codex overview
This PR focuses on adding documentation for connecting to various external wallet providers, enhancing the user experience for both Web2 and Web3 users by detailing integration steps and configuration settings.
Detailed summary
site/sidebar/react.ts
.docs/pages/react/quickstart.mdx
about connecting to external EOAs.docs/pages/react/login-methods/connect-to-other-wallet-providers.mdx
detailing wallet connection options.src/config.ts
.