Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:17:46 +08:00
commit 99cc5198a8
14 changed files with 2083 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for on-chain-analytics skill
- [ ] analyze_whale_movements.py: Script to analyze whale wallet movements and identify significant transactions.
- [ ] fetch_exchange_flows.py: Script to fetch and analyze cryptocurrency flows into and out of exchanges.
- [ ] calculate_holder_distribution.py: Script to calculate the distribution of token holders and identify concentration.
- [ ] fetch_network_activity.py: Script to fetch and analyze network activity metrics such as transaction count and gas usage.