Surveillance data marketplace on ProbeChain Rydberg Testnet (Chain ID: 8004).
Register cameras, subscribe to feeds, report anomalies, and earn detection rewards.
registerCamera(location, resolution, coverage)-- Register a camerasubscribeFeed(cameraId, duration)payable -- Subscribe to a feedreportAnomaly(cameraId, anomalyHash, timestamp)-- Report anomalyclaimReward()-- Claim anomaly detection rewards
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