Skip to content

ethpandaops/dora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cfa286b · Aug 15, 2023
Aug 14, 2023
Jul 28, 2023
Aug 15, 2023
Aug 14, 2023
Aug 15, 2023
Aug 14, 2023
Aug 14, 2023
Aug 15, 2023
Aug 15, 2023
Jul 30, 2023
Aug 15, 2023
Aug 14, 2023
Aug 7, 2023
Aug 14, 2023
Aug 15, 2023
Aug 14, 2023
Jul 28, 2023
Jul 27, 2023
Aug 14, 2023
Aug 14, 2023
Aug 14, 2023
Aug 14, 2023
Aug 15, 2023
Aug 14, 2023

Repository files navigation

Lightweight Beaconchain Explorer

Badge Go Report Card GitHub release (latest by date)

What is this?

This is a lightweight beaconchain explorer.

A Beaconchain explorer is a tool that allows users to view and interact with the data on the Ethereum Beacon Chain. It is similar to a blockchain explorer, which allows users to view data on a blockchain such as the current state of transactions and blocks - but focussed on exploring the beaconchain.

This "lightweight" explorer loads most of the information directly from an underlying standard beacon node api, which makes it a lot easier and cheaper to run (no 3rd party proprietary database like bigtables required).

Setup & Configuration

Read through the wiki for setup & configuration instructions.

Dependencies

The explorer has no mandatory external dependencies. It can even run completely in memory only.
However, for best performance I recommend using a PostgreSQL database.

Background

https://github.com/ethpandaops/tooling-wishlist/blob/master/tools/lightweight-beaconchain-explorer.md

Open Points / Ideas

Things that might be worth adding at some time

  • Show Sync Committees
  • Show Deposits

Thanks To

This explorer is heavily based on the code from gobitfly/eth2-beaconchain-explorer.

License

License: GPL-3.0