Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added sdk/_assets/quickstart-web3auth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions sdk/introduction/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ You can get started quickly with the following dapp platforms:
- [JavaScript + Wagmi (recommended)](quickstart/javascript-wagmi.md)
- [JavaScript](quickstart/javascript.md)
- [Dynamic SDK integration](quickstart/javascript-dynamic.md)
- [Web3Auth SDK integration](quickstart/javascript-web3auth.md)
- [React Native](quickstart/react-native.md)
8 changes: 6 additions & 2 deletions sdk/quickstart/javascript-web3auth.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_label: Web3Auth SDK integration
description: MetaMask + Web3Auth SDK Integration
description: Quickstart guide for using MetaMask SDK and Web3Auth SDK.
toc_max_heading_level: 2
---

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

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

<p align="center">
<img src={require("../_assets/quickstart-web3auth.png").default} alt="Web3Auth SDK Quickstart" width="450px" />
</p>

Features include:

- **MetaMask SDK built into Web3Auth** - Use MetaMask SDK features directly within the Web3Auth SDK.
Expand Down
Loading