Infrastructure — 2026
ChainCard
Turn any Ethereum wallet into a living 3D identity universe.
What is ChainCard?
ChainCard is a procedural 3D wallet identity explorer powered by React Three Fiber. Paste any Ethereum address and discover its on-chain archetype through a uniquely generated 3D world with custom GLSL shaders — all client-side and privacy-first.
The Problem It Solves
Ethereum wallets are anonymous strings of characters, but the on-chain activity behind them tells a rich story. ChainCard makes that story visible and tangible by generating a unique 3D identity universe for every address — revealing whether a wallet is a Diamond Hand, DeFi Farmer, NFT Degen, Whale, or something else entirely.
Key Features
Procedural 3D world generation unique to each wallet address. On-chain archetype classification (Diamond Hand, DeFi Farmer, NFT Degen, Whale, etc.). Wallet analysis across 7 chains. 0-100 legitimacy DNA score computed across 7 weighted dimensions. Interactive timeline scrubbing through the wallet's entire on-chain history. Custom GLSL shaders for the 3D visual experience. Zero backend — 100% client-side.
Tech Stack
Built with React and Three.js via React Three Fiber for 3D rendering. TypeScript for type safety. viem for blockchain data interaction. Zustand for state management. Tailwind CSS for the UI. The entire application runs client-side with no backend — every wallet analysis happens in the browser using public RPC endpoints.