From bef62f825aadddcff856057c3b918baf8e7e9cc9 Mon Sep 17 00:00:00 2001 From: mcieric Date: Tue, 7 Oct 2025 22:19:37 +0200 Subject: [PATCH] docs: add 'How to run locally' section --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 083e0f63b..c470f2992 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,14 @@ This is explained in more detail in this [specification on hardfork activation i ## License MIT License, see [`LICENSE` file](./LICENSE). + +--- + +## How to run locally + +1. Install dependencies + ```bash + corepack enable + corepack prepare yarn@1.22.22 --activate + yarn install +