Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 609 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 609 Bytes

MoonBridge Subgraph

An example Subgraph initially forked from The Graph example subgraph. Created by PureStake to monitor the Chainbridge bridges on Moonbeam.

Setup

Install the node dependencies using yarn:

yarn

Create the TS types for The Graph (requires the artifacts folder):

yarn codegen

Deploy the subgraph

Follow the TheGraph official documentation using the graph-cli.

For more information see The Graph docs on https://thegraph.com/docs/. Or the Moonbeam docs on https://docs.moonbeam.network/.