https://github.com/yearn/ysync
https://github.com/yearn/ysync
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/yearn/ysync
- Owner: yearn
- License: gpl-3.0
- Created: 2022-06-06T10:41:32.000Z (about 4 years ago)
- Default Branch: next
- Last Pushed: 2023-10-23T10:11:46.000Z (almost 3 years ago)
- Last Synced: 2025-03-20T19:07:30.803Z (over 1 year ago)
- Language: TypeScript
- Homepage: sync.yearn.farm
- Size: 1.8 MB
- Stars: 3
- Watchers: 2
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Yearn Sync

Yearn Sync is a small internal dashboard used to detect anomalies across our data sources.
An anomaly is a problem with a vault that is not properly a bug, but instead either missing information or a de-synchronization issue between the main data source for Yearn.
Having an anomaly means that we are missing important information or data for the vaults which can lead to poor user experience, front-end bugs, or even incompatibility with external partners.
The main data source is the [yDaemon](https://github.com/yearn/ydaemon), accessible via this [URI](https://ydaemon.yearn.finance) and with documentation [here](https://ydaemon.ycorpo.com/).
## How to run the project
1. Clone the repository
2. Rename `.env.example` to `.env` and add your `WALLETCONNECT_PROJECT_ID`
3. Run `yarn && yarn dev`
4. Access `http://localhost:3000`
## How to run via docker
1. Run `make deploy`