Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 587 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 587 Bytes

uniswap Exchange DAPP

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/

2022-07-13_18-07

How work with it in demo

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

Functionality

  • Connect to metamask using ethers.js
  • Get balances of WETH and UNI wallets
  • swap tokens
npm install
npm start