From 2497200df8bf82b660ac5ab855f86cc9478a5b63 Mon Sep 17 00:00:00 2001 From: gbl186 <40903576+gbl186@users.noreply.github.com> Date: Sat, 24 Jan 2026 23:48:58 +0100 Subject: [PATCH] Update README.md Document local dev run instructions --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 1cbaad17..4a67c40d 100644 --- a/README.md +++ b/README.md @@ -143,3 +143,19 @@ For support please join our [Discord](https://discord.gg/buildonbase) post in ` THE NODE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. We make no guarantees about asset protection or security. Usage is subject to applicable laws and regulations. For more information, visit [docs.base.org](https://docs.base.org/). +## Local Development + +This section describes how to run a Base node in a local development environment. + +### Prerequisites + +- Go 1.21 or newer +- Make +- Docker (optional, for containerized setup) + +### Running locally without Docker + +1. Install dependencies and build the project: + ```bash + make install +