https://github.com/flashbots/protect-explorer
A dashboard designed to illuminate the savings Protect users are enjoying.
https://github.com/flashbots/protect-explorer
Last synced: 5 months ago
JSON representation
A dashboard designed to illuminate the savings Protect users are enjoying.
- Host: GitHub
- URL: https://github.com/flashbots/protect-explorer
- Owner: flashbots
- Created: 2024-06-11T16:34:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T17:47:00.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T21:07:30.180Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://protect.flashbots.net/explorer
- Size: 549 KB
- Stars: 2
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Protect Explorer
A simple one page website to display the data from Flashbots Protect in order to better illuminate the function it fulfills and who uses it.
## Getting Started
You'll need to change `.env.template` to `.env` and update the values for the various API keys. You should be able to get Alchemy (used for ENS name resolution), CryptoCompare (used for historical ETH<>USD prices) and Dune API (used for top level metrics) keys for free.
You will not be able to access the data required to work on the Leaderboard component, but everything else should work well locally.
Once your environment is set, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.