/data-app-demo

Uniswap v2 trading data app using Bitquery GraphQL API and onchain data.

Primary LanguageTypeScript

Demo Data App

This app is leveraging Bitquery GraphQL API and onchain data via JSON-RPC to provide up to date DEX trading data from Uniswap v2 protocol on Ethereum Mainnet.

Demo Tokens List

Price chart is using Lightweigh TradinView charting library

Demo Tokens Chart

Installation

This repo is structured using yarn workspaces, with packages for both server and client code

In order to run this app localy, you need to run following commands and provide .env file with MONGODB_URI MONGODB_NAME BITQUERY_API_KEY RPC_URL in root folder.

yarn install
yarn run start

Running this commands will start app on port 8000

Alternatively demo is available at https://demo-data-app.herokuapp.com/

Be aware of strict API Limits for Bitquery free account.