An open API service indexing awesome lists of open source software.

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

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.