Skip to content

The Clear Subgraph indexes data on the Valorem Clear smart contracts using a GraphQL interface. It updates data in response to contract ABI function calls and events. The Subgraph can be used to power frontend apps and integration use cases.

License

Notifications You must be signed in to change notification settings

valorem-labs-inc/clear-subgraph

Repository files navigation

Valorem Clear Subgraph

Subgraph for Valorem Clear. This can be used to query various indexed structures providing information about the protocol and it's usage.

Project Structure

src/mappings.ts contains the handlers defined in subgraph.yaml, which determines how events generated by the valorem protocol smart contracts are indexed into the data structures defined in schema.graphql.

Development Environment

You'll need npm installed, then run npm install to get the dependencies and npm run build to codegen and build the code.

About

The Clear Subgraph indexes data on the Valorem Clear smart contracts using a GraphQL interface. It updates data in response to contract ABI function calls and events. The Subgraph can be used to power frontend apps and integration use cases.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published