Gold reserve tracker for ProbeChain Rydberg Testnet (Chain ID: 8004).
Tracks ProbeChain's gold reserve with verified updates, decay calculations, and reward multipliers.
updateReserve(totalOZ, verifierSignature, timestamp)— Update reserve datagetReserve()— Get current reserve (totalOZ, lastUpdate)calculateDecay(currentOZ, targetOZ)— Calculate decay between current and targetgetRewardMultiplier()— Get reward multiplier based on reserve health
npm install
cp .env.example .env
npx hardhat compile
npm run deploy- Chain ID: 8004
- EVM: London
- Solidity: 0.8.24