Skip to content

Commit abbb294

Browse files
committed
address reviewer comments
1 parent f87c317 commit abbb294

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

sdk/quickstart/javascript-dynamic.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ The project you will set up has the following structure:
4343

4444
## Prerequisites
4545

46-
- [Node.js](https://nodejs.org/) version 19 or later
47-
- [pnpm](https://pnpm.io/installation)
48-
- [MetaMask](https://metamask.io/) installed in your browser or on mobile
49-
- A [Dynamic Environment ID](https://app.dynamic.xyz/)
46+
- [Node.js](https://nodejs.org/) version 19 or later installed.
47+
- A package manager installed.
48+
The examples in this quickstart use [pnpm](https://pnpm.io/installation).
49+
- [MetaMask](https://metamask.io/) installed in your browser or on mobile.
50+
- A [Dynamic Environment ID](https://app.dynamic.xyz/).
5051

5152
## Set up using the CLI
5253

sdk/quickstart/javascript-wagmi.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ The project you will set up has the following structure:
4343

4444
## Prerequisites
4545

46-
- [Node.js](https://nodejs.org/) version 19 or later
47-
- [pnpm](https://pnpm.io/installation)
48-
- [MetaMask](https://metamask.io/) installed in your browser or on mobile
46+
- [Node.js](https://nodejs.org/) version 19 or later installed.
47+
- A package manager installed.
48+
The examples in this quickstart use [pnpm](https://pnpm.io/installation).
49+
- [MetaMask](https://metamask.io/) installed in your browser or on mobile.
4950

5051
## Set up using the CLI
5152

sdk/quickstart/javascript-web3auth.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ Features include:
2323

2424
## Prerequisites
2525

26-
- [Node.js](https://nodejs.org/) version 19 or later
27-
- [pnpm](https://pnpm.io/installation)
28-
- [MetaMask](https://metamask.io/) installed in your browser or on mobile
29-
- A [Web3Auth Client ID](https://web3auth.io/docs/dashboard-setup/projects-and-analytics#client-id)
26+
- [Node.js](https://nodejs.org/) version 19 or later installed.
27+
- A package manager installed.
28+
The examples in this quickstart use [pnpm](https://pnpm.io/installation).
29+
- [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).
3031

3132
## Set up using a template
3233

@@ -77,7 +78,7 @@ See how to [use the combined SDKs](#usage).
7778
Install the SDK and the required dependencies to an existing project:
7879
7980
```bash
80-
pnpm i viem wagmi @tanstack/react-query @web3auth/modal@10.0.0-beta.6
81+
pnpm i viem wagmi @tanstack/react-query @web3auth/modal@10
8182
```
8283
8384
### 2. Configure providers

0 commit comments

Comments
 (0)