Ecosystem health dashboard metrics on ProbeChain Rydberg Testnet (Chain ID: 8004).
Aggregate TVL, active users, TPS data across protocols to compute ecosystem health score.
reportTVL(protocol, tvl)-- Report protocol TVLreportActiveUsers(protocol, count)-- Report active user countreportTPS(blockRange, avgTps)-- Report TPS datagetEcosystemHealth()-- Get aggregate health score
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