We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77c8b6 commit 39fd5e2Copy full SHA for 39fd5e2
sdk/connect/javascript.md
@@ -11,6 +11,13 @@ import TabItem from "@theme/TabItem";
11
12
Get started with MetaMask SDK in your JavaScript dapp.
13
14
+## Prerequisites
15
+
16
+- [Node.js](https://nodejs.org/) version 19 or later installed.
17
+- A package manager installed, such as [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) or [Yarn](https://yarnpkg.com/).
18
+- [MetaMask](https://metamask.io/) installed in your browser or on mobile.
19
20
21
## Steps
22
23
### 1. Install the SDK
0 commit comments