Skip to main content
The Yanga Market Explorer (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

The explorer runs on http://localhost:3001 by default (the MCP server uses 3000).

Environment Variables

Create a .env.local in packages/explorer/:

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.
  1. Push the packages/explorer directory (or the full monorepo) to GitHub
  2. Import the repository in Vercel
  3. Set the root directory to packages/explorer
  4. Add the environment variables above
  5. Deploy

Project Structure