File tree Expand file tree Collapse file tree 3 files changed +15
-12
lines changed
Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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).
7778Install 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
You can’t perform that action at this time.
0 commit comments