Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yearn/thegraph-yfi-buyback
Yearn wants your YFI
https://github.com/yearn/thegraph-yfi-buyback
Last synced: 9 days ago
JSON representation
Yearn wants your YFI
- Host: GitHub
- URL: https://github.com/yearn/thegraph-yfi-buyback
- Owner: yearn
- License: mit
- Created: 2022-05-16T19:50:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-13T18:12:38.000Z (over 2 years ago)
- Last Synced: 2023-03-03T19:34:47.884Z (over 1 year ago)
- Language: TypeScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YFI Buyback Subgraph
![License](https://img.shields.io/badge/license-MIT-green)
![CI](https://github.com/yearn/thegraph-yfi-buyback/workflows/CI/badge.svg)Subgraph to track Yearn's YFI buybacks.
Live versions:
- [Mainnet](https://thegraph.com/hosted-service/subgraph/yearn/yfi-buyback)
## Setup
- Copy `.envrc.example` to `.envrc`.
- Set your The Graph `ACCESS_TOKEN`.
- Set `GRAPH_PATH`.## Running
- `yarn` – install dependencies
- `yarn codegen` – generate code
- `yarn create` – add subgraph name to Graph Node
- `yarn deploy` - deploy supgraph to Graph Node
- `yarn publish-graph` – run all steps in one command