Dexrouter is a decentralized exchange aggregator built on Aptos blockchain that provides optimal trading routes across multiple DEXs, ensuring users get the best prices for their trades.
- Aggregator (
sources/aggregator.move) - Main aggregation logic and routing - Router (
sources/router.move) - DEX routing management and swap execution - Proxy (
sources/proxy.move) - Security proxy and access control
Currently Active:
- ✅ Pontem Liquidswap (V1 & V2)
- ✅ PancakeSwap
- ✅ Cellana
- ✅ Hyperion
aptos init --profile test_accountaptos move compileaptos move publish --package-dir . --profile test_account aptos move run --function-id package_address::proxy::init --profile test_account Key settings in Move.toml:
- Package name:
dexrouter - Version:
2.0.1 - Main address:
0xd7ed3ceeb92c4e5a413e8ad7fab83ced12bf4141a49248a91b5485cb45a0ef4b