Wallet state visualizer banner

Wallet state visualizer

2 devlogs
2h 53m 18s

A dev tool that visualizes what a Solana wallet actually is: system accounts, token accounts, ownership, and program relationships.

This project uses AI

Gemini for code completion

Demo Repository

Loading README...

z0d1ac

Shipped this project!

Hours: 2.89
Cookies: 🍪 9
Multiplier: 3.12 cookies/hr

Built a wallet state visualizer for solana that shows what accounts actually exist behind a wallet that owns them. The hardest part was understanding ownership and authority and fixing frontend issues, around async data and state, but figured it out by breaking down things step by step.

z0d1ac

Fetched and displayer all SPL token accounts controlled by connected wallet.
Exposed token account addresses, mint addresses, balance, decimals and token program ownership.
Added ATA detection
Grouped system and token accounts.
Debugged runtime issues related to frontend

0
z0d1ac

Integrated solana wallet adapter and configured devnet connection using Phantom.
Added wallet connection UI and displayed SOL balance, lamports, account owner program and data size based on-chain data.

0