/b2-docker

B2 RPC node in Docker Compose

Primary LanguageShellApache License 2.0Apache-2.0

Overview

Docker Compose for B^2 rollup

cp default.env .env, then nano .env and adjust values, particularly SNAPSHOT

This repo does not support B^2 on Sepolia at present

Meant to be used with central-proxy-docker for traefik and Prometheus remote write; use :ext-network.yml in COMPOSE_FILE inside .env in that case.

If you want the op-geth RPC ports exposed locally, use rpc-shared.yml in COMPOSE_FILE inside .env.

The ./b2d script can be used as a quick-start:

./b2d install brings in docker-ce, if you don't have Docker installed already.

cp default.env .env

nano .env and adjust variables as needed, particularly SNAPSHOT

./b2d up

To update the software, run ./b2d update and then ./b2d up

This is B2 Docker v1.0.0