Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:17:44 +08:00
commit 914a6ce528
14 changed files with 582 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for nft-rarity-analyzer skill
- [ ] fetch_nft_metadata.py: Fetches NFT metadata from various APIs (OpenSea, Etherscan, etc.).
- [ ] calculate_rarity.py: Calculates rarity scores using different methodologies (statistical, normalized, OpenRarity).
- [ ] compare_nfts.py: Compares rarity scores and traits between two NFTs.
- [ ] valuation_estimate.py: Estimates NFT valuation based on rarity, comparable sales, and market trends.