SolSight is an AI-powered Solana wallet analyzer that translates raw on-chain data into plain English. Paste any Solana wallet address and get an instant breakdown of activity, DeFi usage, and risk signals.
Live Demo: https://solsight.onrender.com
Blockchain explorers like Solscan show everything about a wallet but only to people who already understand crypto. For most users entering Web3, this data is unreadable noise.
Paste any Solana wallet address and SolSight will:
- Fetch the wallet balance from the Solana blockchain
- Retrieve the last 10 transactions via Helius API
- Run AI analysis and return a plain English breakdown covering:
- Wallet overview and balance context
- Activity patterns (trader, hodler, DeFi user)
- Protocol interactions
- Risk assessment (dusting attacks, suspicious patterns)
- One paragraph summary anyone can understand
Note: Analysis is based on the 10 most recent transactions. No wallet connection required.
- Backend: FastAPI (Python)
- AI: Groq API (Llama 3.3 70B)
- Blockchain Data: Helius API with Solana public RPC fallback
- Frontend: Vanilla HTML, CSS, JavaScript
- Deployment: Render
git clone https://github.com/Siteshcodes/Solsight.git
cd Solsight
pip install -r requirements.txtCreate a .env file in the project root:
GROQ_API_KEY=your_groq_key
HELIUS_API_KEY=your_helius_key
Start the server:
uvicorn main:app --reloadOpen http://localhost:8000 in your browser.
Sitesh Gupta — CS Student (AI and Data Science), JECRC University, Jaipur GitHub: https://github.com/Siteshcodes