Subgraph Local Setup

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

Was this helpful?