ensdomains / ensjs-v2

Javascript bindings for the Ethereum Name Service
208 stars 122 forks source link

Support for DNS Records #63

Open dimiandre opened 3 years ago

dimiandre commented 3 years ago

Resolver smart contract has these functions

that are helpful if someone needs to set for example a "A" record to a custom ipfs gateway (like me)

would be useful to have some helper functions to forge the transaction with ethjs. Right now there is no UI that supports it and there is no library as well, the only way is interacting manually with the contract using ABI