| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Base is a rollup built on Ethereum.
Use baseup to install the GitHub release binaries for this repository:
curl -fsSL https://raw.githubusercontent.com/base/base/main/baseup/install | bashThis repository now hosts the public Base node previously published from base/node. Root docker-compose.yml pulls ghcr.io/base/node. Pass --build to compile this tree. just devnet up is the local developer stack.
# Mainnet (default):
docker compose up --build
# Testnet:
NETWORK_ENV=.env.sepolia docker compose up --build
# Pin a published image (no compile):
NODE_TAG=v1.2.6 docker compose upSee the docs for hardware requirements, snapshots, Flashblocks, and historical proofs.
Every push to main publishes patched anvil and forge binaries to GHCR as ghcr.io/base/base-anvil. Use immutable sha-<commit> tags for pinned downstream tests, or main for the latest successful main build.
Licensed under MIT.
| Back | FazBrowse Home | New Git URL |