Subgraph for Valorem Clear. This can be used to query various indexed structures providing information about the protocol and it's usage.
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
.
You'll need npm
installed, then run npm install
to get the dependencies and npm run build
to
codegen and build the code.