Doma Multi-Chain Subgraph
Last updated
Last updated
Doma Subgraph could be used to view Doma Protocol data across different chains. Additionally, it provides mutations for Doma Protocol operations, like uploading registrant contacts and pre-generating metadata for NFTs.
Playground URL - .
Queries:
- list tokenized domains.
- get information about single tokenized domain.
- get all name tokens for a tokenized name.
- get information about a single name token.
Mutations:
- initiate email verification as part of a claim process.
- complete email verification process. Returns a token that should be used with uploadRegistrantContacts
mutation.
- upload contact information and get a ProofOfContactsVoucher
for operation. Requires an email verification token from completeEmailVerificaion
mutation.