Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 555 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 555 Bytes

zkMask-subgraph

The subgraph is used to enable push notifications for the user and show him the history of his authentications.

Goerli deployment: https://thegraph.com/hosted-service/subgraph/richa-iitr/zkmask

Query Structure

  authenticationCompleteds(first: 1000, where: {user: "0x4918b3a9b6767B7C632F536AC8853fCc511Bb2fD"}) {
    id
    success
    user
    txId
    contract
    value
    methodId
    txTimestamp
    txBlockNumber
    transactionHash
    
  }
}