Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 558 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 558 Bytes

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.