Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.08 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.08 KB

Orium NFT Roles Subgraph

License: CC0 v1 Github Badge Discord Twitter Follow

The Roles Subgraph is a subgraph for tracking the state of ERC-7432 roles.

Get Started

Get started by installing dependencies, building the project and running the tests.

npm ci
npm run build:mumbai
npm test

Build Project

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