Hey guys,
I am currently building a dapp which allows people to register subdomains for certain domains which I own.
I am going to be setting up all the domains with a single registrar, and I’d like to know how exactly I should query the necessary info (domain names associated with the registrar in particular) so that I don’t have to manually fill out a database, and can easily add new names.
I believe I have to use TheGraph, but haven’t been able to find much info regarding this. Would love some info on getting started and would be great if I could be pointed to some sample repos (if there are).
Thanks!