This project demonstrates UI used React and ethers.js works with Uniswap API for swap tokens. This Dapp working in rinkeby test network https://abalshakou.github.io/uniswapExchange/
In demo you need to get some WETH in goerli network, you can swap it here https://app.uniswap.org/#/swap?chain= After it you can swap WETH to UNI
- Connect to metamask using ethers.js
- Get balances of WETH and UNI wallets
- swap tokens
npm install
npm start