Future compute capacity reservation on ProbeChain Rydberg Testnet (Chain ID: 8004).
Reserve, activate, cancel, and extend compute capacity for CPU, GPU, TPU, FPGA, and Quantum.
reserveCapacity(computeType, amount, startDate, endDate)payable -- Reserve capacityactivateReservation(reservationId)-- Activate when start date arrivescancelReservation(reservationId)-- Cancel with partial refundextendReservation(reservationId, newEndDate)payable -- Extend duration
cp .env.example .env
npm install
npx hardhat compile
npx hardhat run scripts/deploy.ts --network rydberg- Chain ID: 8004
- EVM: London
- Solidity: 0.8.24