๐Ÿ“‰Integrating Subgraphs

Using the graph

About the Graph

The Graph is an indexing protocol for querying networks like Ethereum and IPFS. Anyone can build and publish open APIs, called subgraphs, making data easily accessible.

Genadrop's Graph Implementation

Currently on GenaDrop the subgraph supports every supported chain except Algorand.

This includes

  • Avalanche, Algorand, Aurora, Celo, Arbitrum, Polygon, and NEAR (NEAR is only non-evm chain supported by the Graph)

Deploying A Subgraph

https://thegraph.academy/developers/deploying-a-subgraph

Integrating on Frontend

Last updated