Intent aggregation and batch execution on ProbeChain Rydberg Testnet (Chain ID: 8004).
Aggregate multiple user intents into batches for gas-efficient solver execution.
submitIntent(intentType, params, maxCost)payable -- Submit an intentbatchIntents(intentIds[])-- Batch pending intents togetherexecuteBatch(batchId, solution)-- Solver executes a batchsettleBatch(batchId)-- Settle and distribute payments
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