Skip to content

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

Notifications You must be signed in to change notification settings

better-dao/blockscout_explorer_docker

 
 

Repository files navigation

blockchain explorer

quickstart:

  • compose-app.yml
make run
  • web-ui: open http://localhost:16001

docker hub images:

[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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%