Intent compiler and solver marketplace on ProbeChain Rydberg Testnet (Chain ID: 8004).
Submit user intents, solvers propose execution plans, execute and settle with dispute resolution.
submitIntent(userIntent, maxGas, deadline)payable -- Submit an intentsolveIntent(intentId, executionPlan)-- Solver proposes solutionexecuteIntent(intentId)-- Execute a solved intentdisputeSolution(intentId, reasonHash)-- Dispute a solution
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