@unirep/subgraph
The subgraph is used to query data from Unirep smart contract.
๐ฝ Compile
๐ผ Deploy
graph auth --product hosted-service <AUTH_TOKEN_HERE>๐ป Demo
{
userEntities(first: 5) {
id
createdAt
identityCommitment
attesterId
}
reputationEntities(first: 5) {
id
createdAt
posRep
negRep
}
}๐ฏ Contributing
Last updated