Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kilnfi/bageth

Ethereum Explorer for the Beaconchain
https://github.com/kilnfi/bageth

Last synced: 7 days ago
JSON representation

Ethereum Explorer for the Beaconchain

Awesome Lists containing this project

README

        

# Bageth

Bageth.xyz is a user-friendly interface for Kiln Connect, enabling easy validator
queries and real-time staking info in your browser.

Currently includes:

- Stakes
- Rewards
- Operations
- Network stats

## Developing

Install dependencies:

```bash
pnpm install
```

Run the development server:

```bash
pnpm dev
```

## Building

To create a production version of your app:

```bash
pnpm build

# preview with
pnpm preview
```

Made with ❤️ by [Kiln](https://kiln.fi)