Decentralized cron job scheduler on ProbeChain Rydberg Testnet (Chain ID: 8004).
Create recurring jobs, keepers execute for rewards, pause/cancel jobs with deposit refunds.
createJob(target, calldata, interval, startTime, maxExecutions)payable -- Create a jobexecuteJob(jobId)-- Keeper executes a due jobpauseJob(jobId)-- Pause a jobcancelJob(jobId)-- Cancel and refund remaining deposit
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