- install docker
cp example.env .env
- fill in .env
- run
docker-compose up
to start the indexer vs optimism goerli network
See the flags in flags.go
for reference of what command line flags to pass to go run
TODO add indexer to the optimism devnet compose file (previously removed for breaking CI)
docker-compose.dev.yml
is git ignored. Fill in your own docker-compose file here.