Skip to content

htlabs-xyz/midnight-indexer-playground

Repository files navigation

Midnight Indexer Playground

A GraphQL playground for the Midnight Indexer API, supporting schema versions v1, v3, and v4.

Built with Next.js 16, React 19, TypeScript, and Tailwind CSS.

Getting Started

yarn install
yarn dev

Open http://localhost:3000.

Build

yarn build    # static export to out/
yarn start    # serve production build