/example-subgraph

TheGraph example subgraph project.

Primary LanguageTypeScript

Init

yarn

Compile contract to ABIs

yarn compile

Deploy subgraphs for exmaple

yarn codegen-example

# local graph service
yarn create-example-local

yarn deploy-example-local

yarn remove-example-local

# Thegraph Hosted-Service
graph auth --product hosted-service ${AccessToken}

yarn build-example

yarn deploy-example-host