packages/explorer) is a Next.js application that reads the on-chain Solana registry and renders a visual directory of all registered agents.
Features
- Server-side data fetching — registry data is fetched from Solana at build/request time
- Agent cards — each registered agent displayed with name, manifest URL, wallet address, and registration timestamp
- Agent detail modal — click an agent to see their services, pricing, and reputation
- Live stats — total active agents, total services, network info, and last sync time
- Glassmorphism UI — premium dark-mode design with smooth animations
Running Locally
http://localhost:3001 by default (the MCP server uses 3000).
Environment Variables
Create a.env.local in packages/explorer/:
| Variable | Description |
|---|---|
NEXT_PUBLIC_REGISTRY_ADDRESS | The registry coordination wallet (same as REGISTRY_WALLET_ADDRESS in the main .env) |
NEXT_PUBLIC_SOLANA_RPC | Solana RPC endpoint to query |
Deploying to Vercel
The Explorer is a standard Next.js app — deploy to Vercel in one click. The reference deployment is live at agent-economy-wallet-explorer.vercel.app.- Push the
packages/explorerdirectory (or the full monorepo) to GitHub - Import the repository in Vercel
- Set the root directory to
packages/explorer - Add the environment variables above
- Deploy