wealdtech / go-ens

Apache License 2.0
90 stars 35 forks source link

Can I use this library for the registration ENS? #14

Closed ilya-korotya closed 2 years ago

ilya-korotya commented 2 years ago

I used https://app.ens.domains/ for registration ENS domain (rebsten network). Registration flow has two parts:

  1. Call commit function from smart contract 0x283Af0B28c62C092C9727F1Ee09c02CA627EB7F5
  2. Call registerWithConfig function from smart contract 0x283Af0B28c62C092C9727F1Ee09c02CA627EB7F5

Looks like this library doesn't have a wrapper for this smart contract and wrappers fol calls. Is there another way for creating an ENS domain via this library?