nek0ill / Noosphere

YourJustice Subgraph

Home Page:https://thegraph.com/hosted-service/subgraph/kiv1n/yourjustice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Your Justice Subgraph

Commands

  • Install Graph CLI: yarn global add @graphprotocol/graph-cli
  • Install dependencies: yarn install
  • Set deployment key: graph auth
  • Update generated code: yarn codegen
  • Deploy to development subgraph: yarn deploy-dev
  • Deploy to sandbox subgraph: yarn deploy-sandbox
  • Deploy to production subgraph: graph deploy --node https://api.thegraph.com/deploy/ kiv1n/yourjustice

Subgraph

Links

Query for check the latest block a subgraph has indexed

{_meta{block{number}}}

About

YourJustice Subgraph

https://thegraph.com/hosted-service/subgraph/kiv1n/yourjustice

License:MIT License


Languages

Language:TypeScript 100.0%