Run Block Explorer
Start block explorers to view Geth state and Solana state
Checkout repo
Navigate to docker-compose directory
Set environment variables
Update configuration to use your domain
If you are running your L2 on a remote server, replace *.devnet.romeprotocol.xyz domain with your domain in the following two files. If you are running locally, you can skip modifying these files.
romescout/docker-compose/services/nginx1.yml
romescout/docker-compose/envs/common-frontend1.env
Update configuration to use your naming and branding
Update romescout/docker-compose/envs/common-frontend1.env
to use your L2 details
Run the docker containers
Remove old data, skip if running for the first time.
Build and run docker container locally.
Access Rome Scout Explorer at:
https://caesar.devnet.romeprotocol.xyz:1000 (replace with your domain)
Access Solana Block Explorer
Last updated
Was this helpful?