This repository contains Docker Compose resources to run BlockScout, an open source Ethereum blockchain explorer. Still work in progress. I'm testing using Goerli testnet here.
The built-in BlockScout support in Geth 1.9 was a great news. Unfortunately, that could only work if we are using puppeth
.
For me, I'm not using puppeth
for my private blockchain setup. Hence, I need to figure out how to run BlockScout without puppeth
.
I prefer to separate these 3 components rather than putting them in one container (link, link):
- Geth (with volume)
- Postgres (with volume)
- Explorer
I believe Docker Compose could help me separate them to achieve the design above.