AcePay is a simple platform that lets you pay with crypto for real-world services. Order food delivery using your crypto wallet - AI agents handle the ordering process automatically.
- Connect Wallet - Connect your crypto wallet
- Order Food - Choose what you want to order and from where
- Pay with Crypto - Deposit funds into escrow contract
- AI Orders - Our AI agent places your order automatically
- Get Your Food - Food gets delivered to your address
- Frontend: Next.js, React, Tailwind
- Backend: FastAPI, WebSockets
- AI: LangChain, OpenAI GPT-4
- Blockchain: Flare Network (FTSO price feeds)
- Smart Contracts: Solidity escrow contract
# Frontend
cd frontend
npm install
npm run dev
# Backend
cd backend
pip install -r requirements.txt
python main.py