Skip to content

Conversation

@niran
Copy link
Contributor

@niran niran commented Oct 28, 2025

Adds Docker Compose configuration for running a node-reth RPC node alongside the TIPS stack for local development.

Changes

  • Added node-reth-execution and node-reth-consensus Docker services
  • Added build-node-reth just recipe to build node-reth images from GitHub or local checkouts
  • Added OP Node configuration to .env.example
  • Auto-provisions node-reth image if missing during start-all

Usage

# Build and start all services
just start-all

# Build from local checkout
just build-node-reth local=../node-reth

@niran niran changed the title wip: add node-reth docker service feat: add node-reth RPC node for local development Oct 28, 2025
@wlawt wlawt mentioned this pull request Oct 29, 2025
2 tasks
niran and others added 6 commits October 31, 2025 11:24
Remove custom Dockerfiles in favor of building from GitHub/local paths via justfile. Split docker-compose into separate execution (node-reth) and consensus (op-node) services using official op-node image. Add OP Node configuration to .env.example with comprehensive settings for consensus layer integration.
The playground-env target extracts the builder-playground host IP and
op-node peer ID from logs, eliminating manual configuration. Running
'just sync-env' now automatically generates the correct P2P static peer
configuration for connecting to builder-playground.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants