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 install
Create the TS types for The Graph (requires the artifacts
folder created by contract compilation):
npm run codegen
For more information see The Graph docs on https://thegraph.com/docs/.