Skip to content

Ethereum 2.0 Beacon chain explorer written in Rust and relying on Lighthouse.

Notifications You must be signed in to change notification settings

leruaa/beaxplorer

Repository files navigation

Beaxplorer

Beaxplorer is an Ethereum Beacon chain explorer written in Rust and relying on Lighthouse.

It's split into two distinct components: An indexer and a web UI. But there is a twist: Unlike other Beacon chain explorers, the web UI is client side only, there is no backend, no SQL database. Instead, the indexer serialize the data it extract from the Beacon chain into MessagePack files that served on a static website and deserialized directly on the browser using Rust's WebAssembly capabilities.

About

Ethereum 2.0 Beacon chain explorer written in Rust and relying on Lighthouse.

Resources

Stars

Watchers

Forks

Releases

No releases published