Subgraph that processes data for the Opyn.co Convexity Protocol.
$ yarn
or
$ npm i
Replace <ACCESS_TOKEN>
in auth
package.json script with your access token displayed on The Graph dashboard , then run
$ yarn auth
or
$ npm run auth
You only need to do this once, or if you ever regenerate the access token.
$ yarn codegen
$ yarn deploy
or
$ npm run codegen
$ npm run deploy