Skip to content

Repository files navigation

gpux: Decentralized GPU Rental Marketplace

gpux is a secure, peer-to-peer ecosystem for GPU compute, built for the Algorand hackathon.

Project Structure

  • /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.

Getting Started

  1. Smart Contract: Live on Testnet (App ID: 756316410).
  2. Coordinator: cd gpux-coordinator && npm start
  3. Provider: cd gpux-node && npx ts-node src/index.ts start
  4. Client: cd gpux-client && npx ts-node src/index.ts list
  5. Dashboard: cd website && npm run dev

Built for the Algorand Hackathon.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages