Skip to content
/ DexDash Public

Multi Chain DEX Analytics Dashboard Template using Covalent API and Coingecko API

Notifications You must be signed in to change notification settings

DTIV/DexDash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEX DASH Analytics Dashboard Template


This is my submission for Covalent's DeFi & Cross-chain Interoperability Hackathon: DEX Analytics Dashboard Template.

  • View dex health and major metrics
  • Sentiment analysis from Coingecko
  • Filter pools by swaps, liquidity and volume
  • Yield Farming positions and metrics

VIEW LIVE: here

SETUP


  1. Create a Covalent
  2. Clone github repo
  3. npm install
  4. Create config.json file using sample_config.json in /src directory
{
    "key": "YOUR_API_KEY", // covalent API key
    "dex": "YOUR_DECENTALIZED_EXCHANGE", // covalent dex ID ie. sushiswap 
    "gecko_enabled": true
}
  1. npm start

See src/ for more details

Main Dash

alt text

ASSET PAIRS

alt text

YIELD FARMS

alt text

About

Multi Chain DEX Analytics Dashboard Template using Covalent API and Coingecko API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published