Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 982 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 982 Bytes

[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):

  • Geth (with volume)
  • Postgres (with volume)
  • Explorer

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