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.
multichain-node
1 parent c2cb539 commit 68a66bdCopy full SHA for 68a66bd
playground/multichain-node/.nvmrc
@@ -0,0 +1 @@
1
+v20.19.0
playground/multichain-node/README.md
@@ -2,6 +2,13 @@
2
3
Get started by running:
4
5
+```bash
6
+# This repo expects you to use `nvm` (https://github.com/nvm-sh/nvm) for node version management.
7
+# if that's not the case, make sure to ignore this bash command,
8
+# and manually set your node to v20.19.0 or above.
9
+nvm use
10
+```
11
+
12
```bash
13
yarn install
14
```
0 commit comments