A friendly AI agent that reads any Solana wallet address or transaction signature and explains what happened in simple, everyday language.
Live demo: https://solmate-hazel.vercel.app
Built by Oluwasogo Ajala (Rising Technology) for the Superteam Agentic Engineering grant.
- You paste a wallet or transaction.
- SolMate fetches the real data from the Solana blockchain (public mainnet).
- An AI (Google Gemini's free tier by default) explains it in plain English.
Your AI API key stays on the server — it is never sent to the browser.
- Install Node.js (version 20 or newer).
- Copy
.env.exampleto.envand paste your free Gemini API key into it.- Get one free (no credit card) at https://aistudio.google.com/apikey.
- In this folder, run:
npm start - Open the link it prints: http://localhost:5173
- No build step, no extra packages — it's plain Node.js.
- The free public Solana RPC is used by default. For heavier use, put a
Helius URL in
.envasSOLANA_RPC.
This project is completely separate from Rising Store and the Rising Technology website.