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 installCopy the .env.example file to .env and fill in the values.
Start the app locally:
pnpm devThe app will be available at http://localhost:3000.
To build the app for production:
pnpm buildsrc/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.