ethereum / ens-registrar-dapp

Registrar DApp for the Ethereum Name Service
MIT License
94 stars 56 forks source link

Modify DApp to use public resolver instead of deploying its own #68

Open Arachnid opened 7 years ago

Arachnid commented 7 years ago

A generic public resolver contract is available here. It will allow anyone who owns a node to set records on it.

To save gas and simplify updates, the DApp should offer to point users' domains here, rather than deploying its own resolver implementation for each user.