https://github.com/yearn/yearn-watch
Yearn Watch is a tool that provides vault and strategies data for management
https://github.com/yearn/yearn-watch
Last synced: over 1 year ago
JSON representation
Yearn Watch is a tool that provides vault and strategies data for management
- Host: GitHub
- URL: https://github.com/yearn/yearn-watch
- Owner: yearn
- License: gpl-3.0
- Archived: true
- Created: 2022-03-23T09:16:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-08T16:12:03.000Z (over 3 years ago)
- Last Synced: 2025-02-28T18:07:43.214Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://yearn.watch
- Size: 1.48 MB
- Stars: 18
- Watchers: 4
- Forks: 24
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Yearn Watch

Yearn Watch is a dashboard used to track information about Yearn's Vaults and strategies.
It is used to highlight some potential issues (warning, error, critical) and be able to fix them.
The data sources used are:
- The data from the Yearn API: https://api.yearn.finance/v1/chains/1/vaults/all
- The data from the Yearn Meta: https://meta.yearn.finance/api/1/vaults/all
- The data from the Yearn Graph: https://api.thegraph.com/subgraphs/name/0xkofee/yearn-vaults-v2
- The data from the Risk Framework: https://raw.githubusercontent.com/yearn/yearn-data-analytics/master/src/risk_framework/risks.json
## How to run the project
1. Clone the repository
2. Run `yarn`
3. Run `yarn run dev`
4. Access `http://localhost:3000`