Back FoxCode
code

Project

Wallet Master

On-chain analytics web app for Solana traders - bulk wallet research, watchlists, copy-trader analysis

HTML CSS Nuxt Tailwind

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:

  • Wallet Checker - the main entry point, where you paste an address and get instant PnL, performance metrics, and a full breakdown of trading activity
  • Bulk import - upload up to 100,000 wallets at once and run analysis on the whole batch with custom filters and sorts
  • Watchlists - dedicated views for tracking specific wallets or tokens over time
  • Copy Trader Checker - reverse-engineer who's actually copying whom, and find the original profitable wallets behind the noise
  • Token Creators - track and analyze who's launching tokens and how those tokens perform
  • Wallet Database - queryable database with 150+ metrics per wallet, partial address search, whale tracking

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.

Wallet Master screenshot 1