passabilities / OpenQ-Graph

The Graph schema for indexing OpenQ blockchain events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenQ-Graph

yarn codegen: Creates a generated directory with TypeScript bindings for your contract

yarn deploy: Create a build directory with your WASM compiled Graph node indexer and GraphQL API

Local Development

The Graph Academy Guide to Local Subgraph Development

deploy-local:

Queries (HTTP): https://api.thegraph.com/subgraphs/name/openqdev/openq

Subscriptions (WS): wss://api.thegraph.com/subgraphs/name/openqdev/openq

OpenQ Development

graph auth --product hosted-service 9ecb0620e6ed41fd990baa5f3902a806

graph deploy --product hosted-service openqdev/openq-development

OpenQ Staging

graph auth --product hosted-service 9ecb0620e6ed41fd990baa5f3902a806

graph deploy --product hosted-service openqdev/openq-development

OpenQ Production

graph auth --product hosted-service 9ecb0620e6ed41fd990baa5f3902a806

graph deploy --product hosted-service openqdev/openq

About

The Graph schema for indexing OpenQ blockchain events


Languages

Language:TypeScript 94.9%Language:Mustache 3.5%Language:Shell 0.9%Language:Dockerfile 0.3%Language:JavaScript 0.3%