Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kilnfi/bageth
- Owner: kilnfi
- License: mit
- Created: 2023-08-04T08:47:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-15T15:07:36.000Z (about 1 year ago)
- Last Synced: 2024-04-14T01:55:12.159Z (10 months ago)
- Language: Svelte
- Homepage: https://bageth.xyz
- Size: 15.6 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)