This project was bootstrapped with Create Eth App and the Uniswap v2 template.
This template contains 2 packages:
The React app implements a basic example for how to connect and pull data from the Uniswap v2 subgraph.
Uniswap V2 is the second iteration of the Uniswap, a protocol for automated token exchange on Ethereum. Read more about it in the official documentation.
Run: yarn create eth-app my-eth-app --template uniswap-v2 More: https://github.com/paulrberg/create-eth-app
- yarn install
- update the configuration in ./packages/react-app/src/config.js
- yarn run react-app:start