File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,5 @@ You can get started quickly with the following dapp platforms:
34
34
- [ JavaScript + Wagmi (recommended)] ( quickstart/javascript-wagmi.md )
35
35
- [ JavaScript] ( quickstart/javascript.md )
36
36
- [ Dynamic SDK integration] ( quickstart/javascript-dynamic.md )
37
+ - [ Web3Auth SDK integration] ( quickstart/javascript-web3auth.md )
37
38
- [ React Native] ( quickstart/react-native.md )
Original file line number Diff line number Diff line change 1
1
---
2
2
sidebar_label : Web3Auth SDK integration
3
- description : MetaMask + Web3Auth SDK Integration
3
+ description : Quickstart guide for using MetaMask SDK and Web3Auth SDK.
4
4
toc_max_heading_level : 2
5
5
---
6
6
@@ -9,9 +9,13 @@ toc_max_heading_level: 2
9
9
Get started with MetaMask SDK and [ Web3Auth SDK] ( https://web3auth.io/docs/ ) .
10
10
You can set up the SDKs in the following ways:
11
11
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 .
13
13
- [ Manual setup] ( #set-up-manually ) - Set up Web3Auth SDK in an existing dapp.
14
14
15
+ <p align =" center " >
16
+ <img src={require("../_ assets/quickstart-web3auth.png").default} alt="Web3Auth SDK Quickstart" width="450px" />
17
+ </p >
18
+
15
19
Features include:
16
20
17
21
- ** MetaMask SDK built into Web3Auth** - Use MetaMask SDK features directly within the Web3Auth SDK.
You can’t perform that action at this time.
0 commit comments