NFT collection analytics advisor on ProbeChain Rydberg Testnet (Chain ID: 8004).
Register collections, analyze floor prices, set alerts, get budget-based recommendations.
registerCollection(nftContract)-- Register a collection for trackinganalyzeFloor(collectionId)-- Get floor price statisticssetAlert(collectionId, priceThreshold)-- Set a price alertgetRecommendations(budget, riskLevel)-- Get buy recommendations
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