A lightweight RPC-based blockchain explorer for Hyperliquid HyperEVM. Directly interfaces with node RPC endpoints to provide real-time blockchain data without heavy indexing.
- Real-time block tracking
- Transaction decoding
- Network statistics (TPS, block time)
- Address balance lookup
- Responsive design
- Node.js 18+
- npm 9+
cd hyperevm-explorer
npm install
npm run dev