Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:53:14 +08:00
commit d9091f3793
14 changed files with 605 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for gas-fee-optimizer skill
- [ ] gas_price_checker.py: Script to fetch current gas prices from various sources (Etherscan, etc.)
- [ ] historical_gas_analysis.py: Script to analyze historical gas price data and identify optimal transaction times
- [ ] l2_gas_comparison.py: Script to compare gas costs across different Layer 2 solutions (Arbitrum, Optimism, Polygon, etc.)
- [ ] transaction_cost_estimator.py: Script to estimate the gas cost for specific transaction types (ETH transfer, token swap, etc.)