This repository aims to create a subgraph that will index basic data about the Keep3r network.
It will allow to query for things like:
- Jobs worked (by whom, when, credits or kp3rs minted, etc.)
- Jobs KLPs history (bonded, pending unbonds, etc.)
- Keep3r LPs mint and burns
- Keeper's bonds (history, actives, etc.)
This repository assumes that there are two subgraphs active: a canary, and a stable one. Standard deployment will be done to canary
as to avoid mistakes.
yarn deploy:ethereum
yarn deploy:ethereum:stable
There is a misc. test implemented, but for anyone looking to contribute and execute the tests
yarn prepare:ethereum && yarn test