Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.59 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.59 KB

Covalent - SushiSwap Dashboard

An analytics dashboard presents SushiSwap DEX information. You can see SushiSwap's updated information, including liquidity, swap, other granular and historical data, etc.

Covalent - SushiSwap Dashboard

Dashboard URL

https://sushiswap.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.