Skip to content
roguelite labsAnthony Spezzano ↗
← All work
Web

Explorer

The Signet explorer, with ways to discover accounts and contracts and enter action flows.

Inspect the project

Inspect the captured explorer, then use the live site to discover an account or contract.

The interface includes account and contract discovery, paired chain views, and transaction actions. The related Open Explorer variant separates chain definitions and token configuration for supported networks.

Inside the implementation

Signet Explorer showing account discovery and paired chain blocks
Live Explorer capture, 6 September 2026. Values reflect that moment.
testnet-explorer/src/routes/_layout/actions.lazy.tsx · tab declaration
const TAB_VALUES = ["swap", "send", "enter", "wrap", "deploy", "fund"] as const;
type Tab = (typeof TAB_VALUES)[number];
Read the explanation →

Implementation decisions

Built with

TypeScript · React · TanStack Router