Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ProbeGPU — GPU Rental Marketplace

Decentralized GPU rental marketplace on ProbeChain Rydberg Testnet (Chain ID 8004).

Features

  • Register GPUs with model specs and pricing
  • Rent GPUs by the hour
  • Return GPUs and rate providers
  • Claim earnings with platform fee

Contract: GPUMarketplace.sol

Function Description
registerGPU Register a GPU for rental
rentGPU Rent a GPU
returnGPU Return a rented GPU
rateProvider Rate a provider (1-5)
claimEarnings Withdraw earnings

Quick Start

cp .env.example .env
npm install
npx hardhat compile
npx hardhat run scripts/deploy.ts --network rydberg

Network