leruaa / beaxplorer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Rust 69.0%Language:TypeScript 21.3%Language:CSS 9.1%Language:JavaScript 0.5%Language:Just 0.1%