Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 472 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 472 Bytes

Kickback Subgraph

It contains on-chain information of Kickback including party (events), and participants.

Things not included are

  • Metadata of event
  • Check in info

How to deploy

Mainnet

// get access token from https://thegraph.com/explorer/subgraph/wearekickback/kickback
export ACCESS_TOKEN=$ACCESS_TOKEN
yarn codegen
yarn build
yarn deploy --access-token $ACCESS_TOKEN

Kovan

Use kovan branch which contains kovan config and contract info