zulhfreelancer / blockscout_explorer_docker

Docker Compose resources to run BlockScout, an open source Ethereum blockchain explorer
10 stars 5 forks source link
blockchain ethereum ethereum-explorer

[WIP] - BlockScout Docker Compose

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.

Motivation

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.

Design

I prefer to separate these 3 components rather than putting them in one container (link, link):

I believe Docker Compose could help me separate them to achieve the design above.