Skip to content

A modern solana wallet tracker. It tracks all incoming and outgoing transactions and shows them in a very user friendly manner. It also incorporates a analytics section for the wallet

Notifications You must be signed in to change notification settings

Bijoy99roy/WalletTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

29 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Solana Wallet Tracker

A modern wallet tracker for solana ecosystem

πŸ“– Description

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.

alt text

🧰 Tech Stack

###πŸ”§ 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

🎨 Frontend

  • React – Modern UI framework

  • ShadCN – Accessible and beautiful component library

  • Magic UI – Smooth animations and microinteractions

πŸ” Features

  • πŸ”Ž 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

βš™οΈ Setup Instructions

  1. Create .env file in both frontend and backend directories Include the following credentials:
Helius
PostgresDB
BirdEye
  1. Start the project You can run frontend and backend independently: Backend:
cd backend
npm install
ts-node index.ts

Frontend:

cd frontend
npm install
npm run dev

About

A modern solana wallet tracker. It tracks all incoming and outgoing transactions and shows them in a very user friendly manner. It also incorporates a analytics section for the wallet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages