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
Clone the repo
Go to subgraph directory
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.
Was this page helpful?
Edit this file on GitHub