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
sh run-graph-node.sh
4. Deploy Subgraph To Node
make regenerate
Last updated
Was this helpful?