Skip to content

Latest commit

 

History

History
 
 

nouns-subgraph

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@nouns/subgraph

A subgraph that indexes nouns events.

Quickstart

yarn

Nouns subgraph

This repo contains the templates for compiling and deploying a graphql schema to thegraph.

Authenticate

To authenticate for thegraph deployment use the Access Token from thegraph dashboard:

yarn run graph auth https://api.thegraph.com/deploy/ $ACCESS_TOKEN

Create subgraph.yaml from config template

yarn prepare:[network] # Supports rinkeby and mainnet

Generate types to use with Typescript

yarn codegen

Compile and deploy to thegraph (must be authenticated)

yarn deploy:[network] # Supports rinkeby and mainnet