Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 2.07 KB

README.md

File metadata and controls

34 lines (24 loc) · 2.07 KB

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 Graph Gateway and its Candidate Selection, etc.).

Crates

Name Latest version
thegraph-core thegraph-core
thegraph-graphql-http thegraph-graphql-http
thegraph-client-subgraphs thegraph-client-subgraphs

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" }
  • toolshed: A collection of miscellaneous rust modules.

    toolshed = { git = "https://github.com/edgeandnode/toolshed", tag = "toolshed-v0.6.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.