A real-time monitoring tool for Polkadot parachain blocks and their relationship to relay chain blocks.
🚀 Live Demo: https://frequency-chain.github.io/rollup-inspector
Monitor parachain block production, backing, and inclusion events across Polkadot, Kusama, Westend, and Paseo. Features real-time chain status, block timelines, fork detection, and detailed block analysis.
- Svelte 5 + SvelteKit + TypeScript
- Polkadot-API (PAPI) for blockchain connectivity
- LokiJS for in-memory data management
- TailwindCSS for styling
npm install
npm run dev
- Select a relay chain (Polkadot, Kusama, Westend, or Paseo)
- Select a parachain from the filtered list
- Connect and monitor real-time block events
npm run dev
- Development servernpm run build
- Production buildnpm run check
- Type checkingnpm run lint
- Code lintingnpm run format
- Code automatic formattingnpm test
- Run test suite
Report bugs and feature requests in GitHub Issues.
This project was partially generated using AI assistance.