From 27b90be0871e7b6ef3995921afd0dc14ce6627fb Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 2 Apr 2024 00:16:43 +0100 Subject: [PATCH] readme update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 58a9238..04bfb88 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,5 @@ ```bash npm run dev ``` + +Please note that this requires the environment variable `WEB3_API_URL` to be present. This is a private API so running this project locally probably won't work out.