#subgraph #thegraph #service

thegraph-client-subgraphs

A client for The Graph network's Subgraphs data service

8 releases

Uses new Rust 2024

new 0.2.0 Apr 17, 2025
0.1.6 Mar 19, 2025
0.1.5 Jan 27, 2025
0.1.3 Dec 11, 2024
0.1.0 Nov 9, 2024

#477 in Magic Beans

Download history 109/week @ 2025-01-04 48/week @ 2025-01-11 8/week @ 2025-01-18 137/week @ 2025-01-25 43/week @ 2025-02-01 7/week @ 2025-02-08 18/week @ 2025-02-15 6/week @ 2025-02-22 6/week @ 2025-03-01 1/week @ 2025-03-08 117/week @ 2025-03-15 39/week @ 2025-03-22 6/week @ 2025-03-29 10/week @ 2025-04-05 69/week @ 2025-04-12

132 downloads per month

MIT license

155KB
2.5K 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

~28–41MB
~607K SLoC