gpux is a secure, peer-to-peer ecosystem for GPU compute, built for the Algorand hackathon.
/website: Next.js frontend dashboard (Marketplace, Landing Page)./gpux-coordinator: Node.js backend orchestration & WebSocket log proxy./gpux-node: Provider daemon (Docker execution engine)./gpux-client: Renter CLI for interacting with the network and Algorand Testnet./gpux-escrow: Algorand Python smart contract (Puya) and deployment scripts.
- Smart Contract: Live on Testnet (App ID:
756316410). - Coordinator:
cd gpux-coordinator && npm start - Provider:
cd gpux-node && npx ts-node src/index.ts start - Client:
cd gpux-client && npx ts-node src/index.ts list - Dashboard:
cd website && npm run dev
Built for the Algorand Hackathon.