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:
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 )
Original file line number Diff line number Diff line change 11---
22sidebar_label : Web3Auth SDK integration
3- description : MetaMask + Web3Auth SDK Integration
3+ description : Quickstart guide for using MetaMask SDK and Web3Auth SDK.
44toc_max_heading_level : 2
55---
66
@@ -9,9 +9,13 @@ toc_max_heading_level: 2
99Get started with MetaMask SDK and [ Web3Auth SDK] ( https://web3auth.io/docs/ ) .
1010You 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+
1519Features include:
1620
1721- ** 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