#subgraph #graph #service #networking #client #data #url

thegraph-client-subgraphs

A client for The Graph network's Subgraphs data service

5 releases

new 0.1.4 Jan 9, 2025
0.1.3 Dec 11, 2024
0.1.2 Dec 9, 2024
0.1.1 Dec 9, 2024
0.1.0 Nov 9, 2024

#776 in Network programming

Download history 93/week @ 2024-11-06 10/week @ 2024-11-13 5/week @ 2024-11-20 3/week @ 2024-11-27 233/week @ 2024-12-04 246/week @ 2024-12-11 5/week @ 2024-12-18 148/week @ 2025-01-08

154 downloads per month

MIT license

140KB
2K SLoC

thegraph-client-subgraphs

crates.io msrv license ci docs.rs

A client for The Graph network's Subgraphs data service.

Usage

To add this crate to your project as a dependency use the cargo add command:

cargo add thegraph-client-subgraphs

In a cargo workspace use the package selection feature to add it as a dependency of a specific package in the workspace:

cargo add --package <package-name> thegraph-client-subgraphs 

Alternatively, you can use the Cargo.toml file to add the dependency manually and point to the git repository's URL and the specific tag you want to use, for example:

thegraph-client-subgraphs = { git = "https://github.com/edgeandnode/toolshed.git", tag = "thegraph-client-subgraphs-vX.Y.Z" }

Dependencies

~18–30MB
~530K SLoC