Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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