The Graph

The Graph studio supports both Gravity Alpha Mainnet and Testnet.

These subgraphs only take a few minutes to set up. To get started, follow the instructions here: https://thegraph.com/docs/en/developing/creating-a-subgraph/

Note:

  • Make sure that you are using the latest version of graph-cli. You can install it with:

npm install -g @graphprotocol/graph-cli
  • When initializing your subgraph with the graph cli, choose gravity-mainnet or gravity-testnet in the network selector

Last updated