Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/badger-finance/badger-subgraph
https://github.com/badger-finance/badger-subgraph
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/badger-finance/badger-subgraph
- Owner: Badger-Finance
- Created: 2020-12-01T21:41:16.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T22:08:14.000Z (over 1 year ago)
- Last Synced: 2023-08-01T03:57:47.171Z (over 1 year ago)
- Language: TypeScript
- Size: 1.52 MB
- Stars: 5
- Watchers: 15
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
![TheGraph Splash Image](./docs/images/thegraph.jpg)
# Badger SubgraphThe Badger Subgraph repository is a GraphQL based project focused on parsing on chain events into queryable data to enable off chain analysis.
This project is built on top of [TheGraph](https://thegraph.com/docs/developer/quick-start) - a decentralized protocol for indexing and querying data from blockchains.The subgraphs focus on various aspects of the BadgerDAO protocol.
Each subgrpah will have a local README detailing the specific data aggregated.
The subgraph project is controlled by a base package defining the shared libraries for stanard use across graphs.
Each subgraph is delegated to the subgraphs workspace - this inherits all base packages from the parent package.## Available Subgraphs
- [Badger-across](src/badger-across)
- [Badger-nfts](src/badger-nfts)
- [Fuse-subgraph](src/fuse-subgraph)
- [Tokens](src/tokens)
- [Vaults](src/vaults)**NOTE**: find the decentralised subgraphs in the readme in their own branch here: [`tree/decentralized`](../../tree/decentralized)
## Deploying a Subgraph
Badger subgraphs are written with the intention or serving cross chain implementations.
Thus, deployment of subgraphs comprises of three steps to allow for this flexibility in cross chain deployments.