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
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ Base is a secure, low-cost, developer-friendly Ethereum L2 built on Optimism's [
[![Twitter Base](https://img.shields.io/twitter/follow/Base?style=social)](https://x.com/Base)
[![Farcaster Base](https://img.shields.io/badge/Farcaster_Base-3d8fcc)](https://farcaster.xyz/base)

### Pre-flight Checklist

Before starting your Base node, ensure you have completed the following:
- [ ] **Hardware**: Minimum 16GB RAM and 1TB SSD (NVMe preferred).
- [ ] **L1 RPC**: A valid Ethereum Mainnet (or Sepolia) RPC endpoint is available.
- [ ] **Docker**: Docker and Docker Compose are installed and running.
- [ ] **Ports**: Port `30303` (TCP/UDP) is open for P2P peer discovery.
- [ ] **Snapshots**: Check the latest snapshot size to ensure sufficient disk space.

## Quick Start

1. Ensure you have an Ethereum L1 full node RPC available
Expand Down