zkparty / trusted-setup-frontend

The KZG Ceremony web browser implementation
https://ceremony.ethereum.org
229 stars 66 forks source link

ENS lookup in records page #72

Closed NicoSerranoP closed 1 year ago

NicoSerranoP commented 1 year ago

Every contribution will be linked to an Ethereum account (0x123.....). It is not possible to save the ENS at contribution time because if I had access to an specific ENS at that time I could impersonate him/her. But in the present and future, people should be able to search for a contribution of a known user like vitalik.eth

I think we can implemented a small ENS search ( const address = provider.lookupAddress( ens )) when users start typing in the search bar