Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 521 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 521 Bytes

Vesta Trader

Smart contracts for managing trade paths across multiple DEXs to trade any collaterals to VST

Strucutre

  • Dex Traders: Dedicated trader contract for each DEX used, including Uniswap v2, v3, Sushiswap, and Curve. Must inheriated from IVestaDexTrader interface.
  • VestaTradeManager: Manages trading paths and actions for any collaterals supported in Vesta Protocol v1.

Commands script

git clone https://github.com/IntelMin/multi-dex-trader.git
forge install
forge build
forge test