Initial commit

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

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for dex-aggregator-router skill
- [ ] get_best_route.py: Script to fetch the best route for a given token swap using various DEX aggregators.
- [ ] compare_exchanges.py: Script to compare the routes and prices offered by different DEXs for a specific swap.
- [ ] optimize_trade.py: Script to optimize large trades by splitting them across multiple DEXs to minimize price impact.