Visualizing the Solana Skyline
SolCity transforms your Solana wallet activity into a living 3D cyberpunk city. Volume determines city size, PnL shapes skyscraper height, trades set building count, and token diversity creates districts. Verify your wallet, deploy your building, explore the skyline.
- 3D Wallet City — On-chain metrics mapped to building height, width, density & districts
- Wallet Verification — Amount-based SOL verification to deploy your building
- Free Flight Mode — Fly through the city and explore the neon skyline
- Sky Ads — Planes, blimps, billboards, rooftop signs & LED wraps with crypto culture
- Explore & Search — Find any wallet by address, name, or nickname
- KOL Showcase — Top 40 Solana KOL wallets seeded as the city center
| Wallet Metric | City Element |
|---|---|
| Volume (SOL) | City Size |
| PnL | Skyscraper Height |
| Total Trades | Building Count |
| Token Diversity | Districts |
- Next.js 16 (App Router, Turbopack) + Three.js / react-three-fiber
- Helius API for Solana RPC & wallet data
- Tailwind CSS v4 with pixel font (Silkscreen)
- Vercel for hosting
git clone https://github.com/Jul1usCrypto/SolCity.git
cd SolCity
npm install
cp .env.example .env.local # Add your HELIUS_API_KEY
npm run dev
