Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 532 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 532 Bytes

Yuser Subgraph

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.

Setup

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/.