Skip to content

zkMask/zkMask-subgraph

Repository files navigation

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
    
  }
}

About

Subgraphs for ZK-Mask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published