Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ComputeX — Decentralized Compute Exchange

Decentralized compute resource exchange on ProbeChain Rydberg Testnet (Chain ID 8004).

Features

  • List compute resources (CPU, RAM, GPU)
  • Bid on and purchase compute time
  • Session management with start/end tracking
  • Fair settlement based on actual usage

Contract: ComputeExchange.sol

Function Description
listCompute List compute resources
bidOnCompute Purchase compute hours
startSession Start a compute session
endSession End a compute session
settlePayment Settle based on usage

Quick Start

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

Network