Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.49 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.49 KB

Covalent - DEX Dashboard

An analytics dashboard presents multi-DEX information. You can see updated information of each DEX, including liquidity, swap, other granular and historical data, etc. The supported DEXs are SushiSwap, QuickSwap, Pangolin, SpiritSwap, and SpookySwap.

Dashboard URL

https://dex.coinhippo.io

Data provider / APIs

All data presented on the dashboard are retrieved from Covalent's Uniswap Clone Endpoints.

Technology stacks

This project is built as a serverless system, getting inspiration from the Covalent AWS Serverless project.

The technologies used include

  • React.js is used for building the user interface of the dashboard.
  • Covalent AWS Serverless is used as a bridge of requesting data from Covalent's endpoints with our serverless setup.
  • AWS Lambda is used for setting up a lambda function to retrieve the data from Covalent API.
  • AWS S3 service is used for hosting the dashboard as a static website.

The setup instructions can be found in the README.md of the Covalent AWS Serverless project

Note

The project is built as a part of the coinhippo.io website.