A modern wallet tracker for solana ecosystem
Solana Wallet Tracker is a full-stack application that lets users explore any Solana wallet in detail. It displays live balances (SOL + SPL tokens), recent transactions, and price data β including memecoin swaps β using reliable APIs like Helius and Birdeye.
###π§ Backend
-
Helius API β Blockchain data and enhanced Solana indexing
-
Birdeye API β Real-time token prices and memecoin data
-
Express.js β Backend framework
-
@solana/web3.js β Solana RPC and account utilities
-
PostgreSQL β For optional persistence and caching
-
React β Modern UI framework
-
ShadCN β Accessible and beautiful component library
-
Magic UI β Smooth animations and microinteractions
-
π Lookup any Solana wallet by public address
-
π° Display SOL and SPL token balances
-
π View recent transaction history
-
π± Decode memecoin swaps using BirdEye
-
π Responsive, fast, and clean UI
- Create .env file in both frontend and backend directories Include the following credentials:
Helius
PostgresDB
BirdEye- Start the project You can run frontend and backend independently: Backend:
cd backend
npm install
ts-node index.tsFrontend:
cd frontend
npm install
npm run dev