Cross-chain swap using 1inch Fusion between Ethereum (Sepolia) and Sui testnet
This project implements a cross-chain atomic swap protocol inspired by 1inch Fusion+, using smart contracts on Ethereum (Solidity) and Sui (Move). It supports HTLC-based swaps, intent-driven orders, Dutch auctions, and partial fills, with resolvers competing to fill orders as rates decrease. Orders and secrets link escrows across both chains, and security is ensured through timelocks, secret verification, resolver reputation, and off-chain relayers. All essential Fusion+ features—intent, auction, HTLC, partial fill, recovery, and resolver management—are covered by the contracts.