Skip to content

Commit 3af17e4

Browse files
authored
Imrove Web3Auth MetaMask Integration (#2062)
* Add screenshot as per other guide * Add hyperlink to main page * Address both SDKs point.
1 parent 8d1ec22 commit 3af17e4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

sdk/_assets/quickstart-web3auth.png

998 KB
Loading

sdk/introduction/welcome.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ You can get started quickly with the following dapp platforms:
3434
- [JavaScript + Wagmi (recommended)](quickstart/javascript-wagmi.md)
3535
- [JavaScript](quickstart/javascript.md)
3636
- [Dynamic SDK integration](quickstart/javascript-dynamic.md)
37+
- [Web3Auth SDK integration](quickstart/javascript-web3auth.md)
3738
- [React Native](quickstart/react-native.md)

sdk/quickstart/javascript-web3auth.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_label: Web3Auth SDK integration
3-
description: MetaMask + Web3Auth SDK Integration
3+
description: Quickstart guide for using MetaMask SDK and Web3Auth SDK.
44
toc_max_heading_level: 2
55
---
66

@@ -9,9 +9,13 @@ toc_max_heading_level: 2
99
Get started with MetaMask SDK and [Web3Auth SDK](https://web3auth.io/docs/).
1010
You can set up the SDKs in the following ways:
1111

12-
- [Quickstart template](#set-up-using-a-template) - Clone the template to set up a Next.js and Web3Auth dapp with both SDKs.
12+
- [Quickstart template](#set-up-using-a-template) - Clone the template to set up a Next.js and Web3Auth dapp that uses MetaMask SDK.
1313
- [Manual setup](#set-up-manually) - Set up Web3Auth SDK in an existing dapp.
1414

15+
<p align="center">
16+
<img src={require("../_assets/quickstart-web3auth.png").default} alt="Web3Auth SDK Quickstart" width="450px" />
17+
</p>
18+
1519
Features include:
1620

1721
- **MetaMask SDK built into Web3Auth** - Use MetaMask SDK features directly within the Web3Auth SDK.

0 commit comments

Comments
 (0)