Subgraph Local Setup

ALERT: In most cases, you don't need to set up a local subgraph - everything is ready to use on Testnet! If you have advanced needs, we recommend contacting our team.

Requirements

The Graph CLI. Installation instructions found here.

Docker. Installation instructions found here.

Instructions

1. Clone Repository from GitHub

git clone https://github.com/TalentLayer/talentlayer-id-subgraph

2. Navigate to Folder

cd talentlayer-id-subgraph

3. Start Subgraph Node

Make sure Docker is running.

sh run-graph-node.sh

4. Deploy Subgraph To Node

make regenerate

Last updated