Project
On-chain analytics web app for Solana traders - bulk wallet research, watchlists, copy-trader analysis
Date
June 2021
Status
Active
Wallet Master is an on-chain analytics platform for Solana traders - the kind of tool you reach for when you want to find profitable wallets to copy-trade, vet a token's early holders, or run bulk research across thousands of addresses without writing your own RPC pipeline. It supports both Solana and Polymarket networks.
I worked on the web application frontend - the entire interface that users actually interact with. The product itself is structured around a few core surfaces:
The frontend handles a lot of data: tables with thousands of rows, filterable/sortable columns, bulk uploads, real-time updates from the API. It's built with Nuxt and Tailwind, with a focus on staying fast even when you're scrolling through a watchlist of 50k wallets.
There's also a Discord bot with 20+ commands that mirrors most of the web functionality - useful for traders who live in Discord and want to query wallets without leaving chat. I didn't work on the Discord bot though - my contribution was the web app side.