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

const TAB_VALUES = ["swap", "send", "enter", "wrap", "deploy", "fund"] as const;
type Tab = (typeof TAB_VALUES)[number];Implementation decisions
- Provide a starting point when the reader has no transaction hash.
- Keep wallet and network requirements visible.
- Validate each network’s data and action support.
Built with
TypeScript · React · TanStack Router