yearn / ySync

Home Page:sync.yearn.farm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, accessible via this URI and with documentation here.

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

About

sync.yearn.farm

License:GNU General Public License v3.0


Languages

Language:TypeScript 89.8%Language:JavaScript 5.3%Language:CSS 4.7%Language:Makefile 0.2%