https://github.com/dimensiondev/mask-gitcoin-donor-subgraph
Filter out Mask donors on Gitcoin
https://github.com/dimensiondev/mask-gitcoin-donor-subgraph
Last synced: 10 months ago
JSON representation
Filter out Mask donors on Gitcoin
- Host: GitHub
- URL: https://github.com/dimensiondev/mask-gitcoin-donor-subgraph
- Owner: DimensionDev
- License: other
- Created: 2021-01-28T14:42:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T08:01:30.000Z (about 5 years ago)
- Last Synced: 2025-02-15T12:52:50.664Z (12 months ago)
- Language: TypeScript
- Homepage: https://thegraph.com/explorer/subgraph/dimensiondev/mask-gitcoin-donor
- Size: 66.4 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mask Gitcoin Donor Subgraph
This subgraph filters out all Mask donors on Gitcoin.
## Setup
```bash
yarn
yarn codegen
yarn build
```
## Running Locally
Make sure to update package.json settings to point to your own graph account.
## Deployed Subgraphes
| Chain | URL |
| ----- | ------- |
| Mainnet | [mask-gitcoin-gitcoin](https://thegraph.com/explorer/subgraph/dimensiondev/mask-gitcoin-donor) |
| Ropsten | N/A |
| Rinkeby | N/A |
| Kovan | N/A |
| Görli | N/A |
## Key Entity Overviews
### Donor
Cotains data about a gitcoin donor.
### Donation
Cotains data about a gitcoin donation.
### Token
Contains detailed data on a specific token.