A web interface for consolidating and managing validator data. Network supported: Gnosis Chain, Ethereum, Chiado, Sepolia.
- View and filter validator information
- Aggregate and consolidate validator data
Clone the repository and install dependencies:
pnpm install
Start the app locally:
pnpm dev
The app will be available at http://localhost:5173.
To build the app for production:
pnpm build
src/components/
– React componentssrc/hooks/
– Custom React hookssrc/constants/
– Network and configuration constantssrc/types/
– TypeScript type definitionssrc/utils/
– Utility functions
Contributions are welcome! Please open issues or submit pull requests for improvements or bug fixes.