1.0.1 • Published 5 years ago

@ethvault/ens-registrar-contract v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@ethvault/ens-registrar-contract

Build Status

The registry contract that owns the ENS domain ethvault.xyz.

This is used to limit the user's risk of using an uncontrolled ENS domain to point to their own address, and simplify the process of claiming an ENS subdomain for ethvault.xyz.

  • Prevent an attacker from changing the address associated with a user domain
  • Register subdomains *.ethvault.xyz and set the resolver to the address in a single transaction
  • Support sending some value to each address upon registration

We cannot set the reverse record for the user because that would involve signing a transaction with their private keys.