Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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
- Created: 2022-03-23T09:16:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T10:09:29.000Z (over 1 year ago)
- Last Synced: 2023-04-28T13:38:46.778Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://yearn.watch
- Size: 1.47 MB
- Stars: 18
- Watchers: 3
- Forks: 23
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Yearn Watch
![](./.github/og.jpeg)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`