Best and most secure Sui <> EVM cross chain swap. Deployed and tested with best practice.
We study the 1inch cross-chain-swap and limit-protocol contract as deep as we can, and implement as similar as possible functions and features on Sui. And we make the UI/UX as simple as 1inch fusion+, so that user can easily swap their assets to different chain. Users do not need to understand the complicated background knowledge, but enjoy the secure and decentralized swapping across different chains.
On the EVM part, we use the original cross chain SDK. And write scripts to deploy escrow on our frontend page. For Sui, we developed very similar functions that work as secure and use it with programmable transaction blocks. We use next and react for our frontend and build a well-organized and interactive frontend page.