Download Rome Repos
Shows how to clone Rome repositories and Docker images, with alternative local builds.
Clone Rome Setup Repo
git clone --branch v1.0.0 [email protected]:rome-labs/rome-setup.git
Download Rome Dockers
These images work on Ubuntu, where you won't need to rebuild them.
docker pull romelabs/rollup-op-geth:v1.0.0
docker pull romelabs/rome-apps:v1.0.0
docker pull romelabs/rome-evm:v1.0.0
Alternatively, build Docker Images locally
If you are not running on Ubuntu, build these Docker images locally.
git clone --branch v1.0.0 [email protected]:rome-labs/rome-apps.git
git clone --branch v1.0.0 [email protected]:rome-labs/rome-sdk.git
git clone --branch v1.0.0 [email protected]:rome-labs/rome-evm.git
docker buildx build -t romelabs/rome-apps:v1.0.0 -f rome-apps/docker/Dockerfile .
git clone --branch v1.0.0 [email protected]:rome-labs/rome-rollup-clients.git
git clone --branch v1.0.0 [email protected]:rome-labs/op-geth.git
docker buildx build -t romelabs/rollup-op-geth:v1.0.0 -f ./rome-rollup-clients/op-geth/Dockerfile .
Last updated
Was this helpful?