A modern, all-in-one platform for payments and DeFi operations on Algorand.
- Payments: Send/receive ALGO, QR code scanning, contact registry
- DeFi: Swap tokens, stake assets, lending/borrowing
- AI Automation: Agentic payment assistant
- Wallet Integration: PeraWalletConnect, Algorand SDK
- Modern UI: Responsive, beautiful, and fast




- React + TypeScript
- Tailwind CSS + shadcn/ui
- Vite
- Algorand SDK (
algosdk
) - PeraWalletConnect
- html5-qrcode (camera-based QR scanning)
├── public/
│ └── images/ (logos, pool icons, QR)
├── src/
│ ├── components/ (Navbar, Card, QRScanner, etc.)
│ ├── context/ (Wallet, Toast)
│ ├── pages/ (Payment, Swap, Staking, Index, etc.)
│ └── hooks/, lib/
├── package.json
├── README.md
└── ...
- Install dependencies:
npm install
- Run the app:
npm run dev
- Open in browser: http://localhost:5173
- Camera-based QR scanning for payments
- Real-time token swap calculations
- Beautiful, customizable UI
- Secure wallet connection and transaction signing
MIT
Built with ❤️ for the Algorand ecosystem.
- Tailwind CSS