Subgraph

The subgraph is currently only being used to listen to NewIdentity event, store it and to later retrieve all the identities of a owner in the dashboard page in the frontend.

Setting up locally

  1. Clone the repo

  2. Go to subgraph directory

  3. Install dependencies

You can now start editing the handler in the src folder.

Deploying the subgraph

Once you made the changes, you can follow the docs by thegraph.com to create and deploy the subgraph to the hosted service.


Edit this file on GitHub