Skip to content

Module 1 - Choose your Chain ID & Download the Repos

Choose a Chain ID that uniquely identifies your chain. It will be used to set up MetaMask later.

98989897

Clone Rome Setup Repository.

Terminal window
git clone --branch v1.0.0 git@github.com:rome-labs/rome-setup.git

Now pull the docker images, so that you won’t need to rebuild them.

Terminal window
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 these Docker images locally.

git clone --branch v1.0.0 git@github.com:rome-labs/rome-apps.git
git clone --branch v1.0.0 git@github.com:rome-labs/rome-sdk.git
git clone --branch v1.0.0 git@github.com:rome-labs/rome-evm.git
docker buildx build -t romelabs/rome-apps:v1.0.0 -f rome-apps/docker/Dockerfile --build-arg FEATURE=ci .
git clone --branch v1.0.0 git@github.com:rome-labs/rome-rollup-clients.git
git clone --branch v1.0.0 git@github.com:rome-labs/op-geth.git
docker buildx build -t romelabs/rollup-op-geth:v1.0.0 -f ./rome-rollup-clients/op-geth/Dockerfile .