Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 751 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 751 Bytes

Compound v3 User Portfolio Tracker

This app is an open-source standalone multichain portfolio tracker for the Compound v3 protocol. This was built as part of the Compound Grants Program to empower users to gain valuable insights into their portfolio growth and health.

Data is powered from the Compound v3 Community Subgraphs .

Development

1. Install dependencies

yarn

2. Configure .env.local

cp .env.template .env.local
# Now, populate .env.local

3. Run locally

yarn dev