Skip to content

zulhfreelancer/blockscout_explorer_docker

Repository files navigation

[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.

About

Docker Compose resources to run BlockScout, an open source Ethereum blockchain explorer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages