ensdomains / ensjs-v2

Javascript bindings for the Ethereum Name Service
206 stars 121 forks source link

Add support for ABI #79

Open jesus-eff opened 2 years ago

jesus-eff commented 2 years ago

How do folks feel about adding ABI support to ensjs? I think it would help my project out tremendously.

Rationale

I have 25 contracts and addresses I would like to register with ENS. I would also like to store ABIs for contracts in ENS. I am not aware of any scripts or UI that permit me to register ABIs with my ENS nodes. Therefore I've written two scripts, one to idempotently register sub nodes and ABIs and another to verify ABI records. These are rote tasks, anyone seeking to use ENS ABI features will have to do similar work. The lack of a formalized tool seems like an unnecessary barrier.