Skip to content

Commit 4c422fe

Browse files
committed
chore: update readme to add .env step
1 parent 55e16cc commit 4c422fe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ Make sure you are using Node.js v18 or greater.
1010
yarn add @arbitrum/orbit-sdk viem@^1.20.0
1111
```
1212

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+
1321
## Run integration tests
1422

1523
Clone the branch `main` of [nitro-testnode](https://github.com/OffchainLabs/nitro-testnode), and run the testnode using the following arguments:

0 commit comments

Comments
 (0)