Cross-chain swap DApp between (Aptos and Ethereum) - with an intuitive UI/UX, and upcoming Chains!
Two-way swap routes between Ethereum / Base and Aptos.
Enables swapping Ethereum / Base: (USDT, WETH) and Aptos: (APT, USDT)
Custom resolver component was also written in order to support order fulfilment via UI (not just CLI). I'm planning to add Sui and Starknet in the future.
Used 1inch's sdk, cross-chain sdk, fusion sdk, cross-chain-resolver example, ... Had to instantiate stripped down version of 1inch/cross-chain-sdk since it would compile as a dependency.
Aptos Typescript SDK, Move on the Smart Contract side. Vite / React on the front - UI. Vercel for deployment.