A boilerplate create-react-app DEX that utilizes Uniswap's SDK.
- Clone the repo.
- Create
.env
file based off.env.example
. You will also need an Alchemy account! 🧙♀️⚗️ - Install dependencies with
yarn install
ornpm install
. - Run
yarn start
, the site should now be running at localhost:3000.