Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 578 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 578 Bytes

Opyn Options Protocol Subgraph

Subgraph that processes data for the Opyn.co Convexity Protocol.

Deploy subgraph

Install dependencies

$ yarn

or

$ npm i

Store the access token

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.

Deploy

$ yarn codegen
$ yarn deploy

or

$ npm run codegen
$ npm run deploy