📦 node/ base
Everything required to run your own Base node
Открыть на GitHub ↗обновлён 3нед назад
Звёзды
★ 68.4k
Форки
3.3k
За неделю
—
За месяц
—
Рост %
—
Язык
Shell
Установка и запуск
Quick Start
-
Ensure you have an Ethereum L1 full node RPC and beacon endpoint available.
-
Choose your network:
- For mainnet: use
.env.mainnet - For testnet: use
.env.sepolia
- For mainnet: use
-
Configure your L1 endpoints in the appropriate
.envfile:BASE_NODE_L1_ETH_RPC=<your-preferred-l1-rpc> BASE_NODE_L1_BEACON=<your-preferred-l1-beacon> -
Start the node:
# For mainnet (default): docker compose up --build # For testnet: NETWORK_ENV=.env.sepolia docker compose up --build
Из README репозитория · полный README на GitHub