BridgeFolio is a financial literacy game that simulates managing a portfolio across TradFi (Capital One) and DeFi (Solana) with educational AI mentor popups.
- Clone the repo
- Add your API keys to
backend/.env(seebackend/.env.example) - Install dependencies in both
backend/andfrontend/ - Start backend:
cd backend && node server.js - Start frontend:
cd frontend && npm start
- TradFi and DeFi integration
- Real-time price volatility
- Educational mentor system
- End-to-end demo ready
See Documentation_and_Plan for full details.