ethers-cli
ethers-cli copied to clipboard
Bunch of missing / unexposed features in ethers-ens
Please consider:
- adding the
setNamemethod (already in theSetNamePlugin) to the help/usage screen - adding a feature to register/setResolver for reverse names (through the reverse registrar)
- adding lookup function to read text entries (that have been set with --set-text) through the cli
Thank you :)
register reverse names: ethers-io/ethers.js#1110
lookup functions: ethers-io/ethers.js#1111