Skip to content

fabian416/wally

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wally Chat

Wally 🤖🗣️

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.


🌟 About Wally

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.

✅ Key Features

  • Voice and text command execution
  • AI-driven insights and recommendations
  • Seamless DeFi and swap integrations (via OKX API)
  • Simplified Solana wallet experience

🚀 How to run locally

1. Setup environment variables

⚠️ The file .env.example inside the backend/ 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.example file is pre-filled and should work out of the box.


2. Backend setup (NestJS + Python)

cd backend
cp .env.example .env
First-time only (Python setup inside voice-embedding/):
python3 -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.

Then run the backend:
yarn install
yarn dev

3. Frontend setup (Next.js + PNPM)

cd 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! 🚀


🤝 Credits

Built with ❤️ for the OKX Solana Accelerate Hackathon.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors