/toolshed

A collection of utilities that are shared across E&N network services

Primary LanguageRustMIT LicenseMIT

toolshed

ci License

This repository contains a collection of crates that constitute the foundation for the different Rust projects of The Graph network (e.g., the Subgraphs Gateway, the Indexer software, etc.).

Crates

Name Latest version Documentation
thegraph-core thegraph-core docs.rs
thegraph-graphql-http thegraph-graphql-http docs.rs
thegraph-client-subgraphs thegraph-client-subgraphs docs.rs
thegraph-headers thegraph-headers docs.rs

Internal (not published to crates.io)

  • graphql: A collection of GraphQL related Rust modules that are share between The Graph's network services.

    graphql = { git = "https://github.com/edgeandnode/toolshed", tag = "graphql-v0.3.0" }

Contributing

This is an open-source project and we welcome contributions. Please refer to our contributing guide for more information on how contribute to this project.