We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.env
1 parent 55e16cc commit 4c422feCopy full SHA for 4c422fe
README.md
@@ -10,6 +10,14 @@ Make sure you are using Node.js v18 or greater.
10
yarn add @arbitrum/orbit-sdk viem@^1.20.0
11
```
12
13
+## Environment Setup
14
+
15
+Copy the example environment file to a new `.env` file:
16
17
+```bash
18
+cp .env.example .env
19
+```
20
21
## Run integration tests
22
23
Clone the branch `main` of [nitro-testnode](https://github.com/OffchainLabs/nitro-testnode), and run the testnode using the following arguments:
0 commit comments