Wally is an AI-powered Solana wallet assistant that lets you manage crypto and DeFi with simple voice or text commands — no friction, no complexity.
Execute transactions, get AI-driven recommendations, and interact naturally with your assets.
Powered by
Solana.
Wally is an AI-powered Solana wallet assistant that transforms how users interact with crypto and DeFi. With simple voice or text commands, users can execute transactions, get live price data, and receive smart recommendations — making crypto management effortless and intuitive. Designed to remove the technical barriers of Web3, Wally puts the power of AI and automation into every user’s hands.
- Voice and text command execution
- AI-driven insights and recommendations
- Seamless DeFi and swap integrations (via OKX API)
- Simplified Solana wallet experience
⚠️ The file.env.exampleinside thebackend/folder is a blank template. You must fill it in with your own credentials, including Solana RPC endpoints, OpenAI API key, cheqd keys, and other required secrets before running the backend.
The
frontend/.env.examplefile is pre-filled and should work out of the box.
cd backend
cp .env.example .envpython3 -m venv voice-embedding/.venv
source voice-embedding/.venv/bin/activate
pip install -r voice-embedding/requirements.txt🧠 This enables Wally to process voice embeddings using
resemblyzer,torch, etc.
yarn install
yarn devcd frontend
cp .env.example .env
pnpm install
pnpm dev🎉 Once both servers are running, open http://localhost:3000 in your browser.
You should see Wally welcoming you — congrats, it's live! 🚀
Built with ❤️ for the OKX Solana Accelerate Hackathon.
