Run Block Explorer
Start block explorers to view Geth state and Solana state
Start Geth Block Explorer
Checkout repo
If you are running your L2 on your local machine, clone the local branch:
If you are running your L2 on a remote server, clone the testnet branch.
Navigate to docker-compose directory
Update configuration to use your domain
If you are running your L2 on a remote server, replace rollup.testnet.romeprotocol.xyz with your domain in the following two files. If you are running locally, you can skip modifying these files.
romescout/docker-compose/services/nginx.yml
romescout/docker-compose/envs/common-frontend.env
Update configuration to use your naming and branding
Build docker image and run
Remove old data, skip if running for the first time
Build and run docker container locally
Access Rome Scout Explorer at http://localhost:1000 if running locally or https://rollup.testnet.romeprotocol.xyz:1000 (replace with your domain) if running on remote server.
Access Solana Block Explorer
Last updated