Skip to content

Commit efa9b08

Browse files
committed
link + example repo changes
1 parent be547c4 commit efa9b08

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

sdk/quickstart/javascript-web3auth.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,20 @@ Features include:
2727
- A package manager installed.
2828
The examples in this quickstart use [pnpm](https://pnpm.io/installation).
2929
- [MetaMask](https://metamask.io/) installed in your browser or on mobile.
30-
- A [Web3Auth Client ID](https://web3auth.io/docs/dashboard-setup/projects-and-analytics#client-id).
30+
- A [Web3Auth Client ID](https://web3auth.io/docs/dashboard/create-new-project#get-the-client-id).
3131

3232
## Set up using a template
3333

34-
1. Download the template from the
35-
<a href="https://github.com/metamask/metamask-sdk-examples" target="_blank">SDK examples repository</a>:
34+
1. Download the [MetaMask SDK + Web3Auth SDK template](https://github.com/MetaMask/metamask-web3auth):
3635

3736
```bash
38-
git clone https://github.com/metamask/metamask-sdk-examples.git
37+
git clone https://github.com/MetaMask/metamask-web3auth
3938
```
4039

41-
2. Navigate into the Web3Auth example:
40+
2. Navigate into the repository:
4241

4342
```bash
44-
cd metamask-sdk-examples/examples/metamask-web3auth
43+
cd metamask-web3auth
4544
```
4645

4746
3. Install dependencies:

0 commit comments

Comments
 (0)