Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 668 Bytes

File metadata and controls

24 lines (20 loc) · 668 Bytes

AuditAgent - Smart Contract Audit Registry

Decentralized audit marketplace with auditor reputation, severity-based rewards, and dispute resolution on ProbeChain Rydberg Testnet.

Features

  • Request audits with bounty rewards
  • Auditors stake PROBE and submit reports
  • Severity levels: Critical, High, Medium, Low, Info
  • Reputation system with severity-based bonuses
  • Dispute resolution mechanism
  • Approve/reject workflow

Deploy

npm install
cp .env.example .env  # add your private key
npx hardhat compile
npm run deploy

Network