Skip to content

princesinha19/hyperevm-explorer

Repository files navigation

HyperEVM Explorer

License: MIT

A lightweight RPC-based blockchain explorer for Hyperliquid HyperEVM. Directly interfaces with node RPC endpoints to provide real-time blockchain data without heavy indexing.

Features

  • Real-time block tracking
  • Transaction decoding
  • Network statistics (TPS, block time)
  • Address balance lookup
  • Responsive design

Getting Started

Prerequisites

  • Node.js 18+
  • npm 9+

Installation

cd hyperevm-explorer
npm install

Running

npm run dev