This directory contains local development environment configuration for op-rbuilder.
From the repository root:
builder-playground start dev/playground.yamlUse --skip-setup to skip cargo build on repeated runs:
builder-playground start dev/playground.yaml --skip-setupServices:
- Grafana: http://localhost:3000
- Jaeger: http://localhost:16686
- Prometheus: http://localhost:9090
- RPC: http://localhost:2222
Logs can be found at $HOME/.local/state/builder-playground/sessions/latest/logs/
Run contender:
contender spam --tps 10 -r http://localhost:2222 --optimism --min-balance 0.14You should start to see blocks being built and landed on-chain with contender transactions.
Alternatively, send a single test transaction:
builder-playground test http://localhost:2222 --timeout 30s --retries 10op-rbuilder automatically detects settings and ports from the running playground via --builder.playground.