The Yuser Subgraph initially forked from The Graph example subgraph. Created by Yuser Inc. to index smart contract events and data on MoonbaseAlpha using the Graph.
Install the node dependencies using npm install:
npm installCreate the TS types for The Graph (requires the artifacts folder created by contract compilation):
npm run codegenFor more information see The Graph docs on https://thegraph.com/docs/.