A subgraph that indexes nouns events.
yarn
This repo contains the templates for compiling and deploying a graphql schema to thegraph.
To authenticate for thegraph deployment use the Access Token
from thegraph dashboard:
yarn run graph auth https://api.thegraph.com/deploy/ $ACCESS_TOKEN
# Official Subgraph
yarn prepare:[network] # Supports rinkeby and mainnet
# Fork
yarn --silent mustache config/[network]-fork.json subgraph.yaml.mustache > subgraph.yaml
yarn codegen
# Official Subgraph
yarn deploy:[network] # Supports rinkeby and mainnet
# Fork
yarn deploy [organization]/[subgraph-name]