This repository contains the code of subgraphs to track Threshold Network staking and TACo Application events.
Subgraphs are open APIs to query data from networks like Ethereum and IPFS. The data is indexed by The Graph decentralized protocol.
Please make sure you have the following prerequisites installed on your machine:
Install the root package to set up the linter and formatting tools.
yarn installThis repo is organized in folders that contain each subgraph development. Each of them is a NPM package with its own dependencies and contains a README file.
You should navigate to the subgraph's folder of interest and follow the README instructions.
cd subgraphs/threshold-staking/
yarn install