Its an application that allows users to swap assets cross chain with SUI blockchain underhood
Sui Intent is a decentralized intent-based digital asset exchange protocol that enables seamless cross-chain asset swaps between Sui and EVM networks. Users express their trading intentions specifying the asset they want to exchange, the desired output token, and acceptable price parameters. The protocol's solvers and relayers execute these intents efficiently across blockchain boundaries, abstracting away complex multi-chain interactions while maintaining security through cryptographic verification and escrow mechanisms.
Sui Intent combines Move smart contracts on Sui with Solidity contracts on EVM chains, connected by a TypeScript relayer network. The architecture features bridge contracts for cross-chain token transfers, an intent escrow system for secure transaction settlement, and a treasury for managing locked assets. Relayers monitor the network, match intents with available liquidity, verify transactions through ed25519 signatures, and execute swaps atomically across chains while handling quote routing and settlement validation.
The README also includes:
✅ Clear project structure breakdown ✅ Key features overview ✅ Getting started guide with installation steps ✅ Development status note ✅ Contributing guidelines

