The Roles Subgraph is a subgraph for tracking the state of ERC-7432 roles.
Get started by installing dependencies, building the project and running the tests.
npm ci
npm run build:mumbai
npm test
Building subgraphs consist in generating the code and building the project against a manifest file. This repository provides a subgraph manifest for each network supported. You can build the project for Mumbai with the following command:
npm run build:mumbai