Built a simple DEX and deployed it on Scroll Sepolia Testnet
This is a very basic DEX, deployed on Scroll Sepolia testnet. There is a ERC-20 token already created and added liquidity while deploying the DEX, User can swap token to ETH and Add liquidity. There is also a debug contract tab, which lets users interact with both contracts.
The idea is pretty simple to create a DEX on Scroll network.
It is made using Scaffold ETH 2, DEX smart contract written in solidity along with a ERC-20 test token contract. This is a very basic DEX, deployed on Scroll Sepolia testnet. There is a ERC-20 token already created and added liquidity while deploying the DEX, User can swap token to ETH and Add liquidity. There is also a debug contract tab, which lets users interact with both contracts.