Skip to content

fbaralle/uni-stats-v2

Repository files navigation

DeFi Analytics App

This app uses The Graph service to fetch data form Uniswap V2 DEX and displays some market performance metrics from a set of listed pairs.

Screen Shot 2022-02-15 at 02 45 29


Live Demo

App up and running, deployed to Vercel cloud, at uni-stats-v2.vercel.app

Install dependencies

npm install
# or
yarn install // yarn

Set up environment variables

Copy the env.local.example file in this directory to .env (in this case is not ignored by Git, on purpose):

cp .env.local.example .env

Set each variable on .env:

Run in dev mode

npm run dev
# or
yarn dev

Run Next.js in development mode

npm install
npm run dev

# or

yarn install
yarn dev

Your app should be up and running on http://localhost:3000

About

challenge for intoTheBlock company

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published