Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SolSight — AI Wallet Intelligence

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

The Problem

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.

What It Does

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.

Tech Stack

  • 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

Run Locally

git clone https://github.com/Siteshcodes/Solsight.git
cd Solsight
pip install -r requirements.txt

Create 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 --reload

Open http://localhost:8000 in your browser.

Built By

Sitesh Gupta — CS Student (AI and Data Science), JECRC University, Jaipur GitHub: https://github.com/Siteshcodes

About

SolSight is an AI-powered Solana wallet analyzer. Paste any wallet address and get an instant plain-English breakdown of on-chain activity — top interactions, transaction patterns, DeFi usage, and risk signals. Built for newcomers who find blockchain explorers overwhelming. Powered by Claude AI + Solana public RPC. No wallet connection required.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages