Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.92 KB

File metadata and controls

52 lines (37 loc) · 1.92 KB

Movement Explorer

A modern, high-performance blockchain explorer for the Movement Network, built with Next.js 15 and Tailwind CSS v4.

Features

  • Block & Transaction Exploration: Real-time viewing of blocks, transactions, and network status.
  • Account Details: Comprehensive view of account balances, resources, modules, and transaction history.
  • Advanced Search: Global search for addresses, transactions, blocks, and modules.
  • Visualizations: Interactive charts for network statistics, gas usage, and token flows.
  • Responsive Design: Optimized for both desktop and mobile devices with a premium UI.
  • Developer Friendly: JSON view for raw data, resource tree views, and move module code viewing.

Tech Stack

Roadmap

Check out our development roadmap for planned features and milestones:

👉 View Roadmap

  • Phase 1: MVP Core Features (Basic browsing, Search)
  • Phase 2: Feature Enhancement (Deep details, Charts, Animation)
  • Phase 3: Optimization & Launch (Dashboard, Theming, Performance)

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.