enkryptcom / enKrypt

Enkrypt: Ethereum, Polkadot and Web3 Wallet
https://www.enkrypt.com/
MIT License
314 stars 159 forks source link

Support ENS resolution. #117

Closed hosaka closed 2 years ago

hosaka commented 2 years ago

Would be nice to be able to use ENS as a recipient address (perhaps as a wallet name too). @ethersproject/providers package provides resolveName("address.eth") and lookupAddress("0x12345"). Providers supported by this package are: alchemy, etherscan, infura among others. I think ethers is also used by MetaMask.

Would it beb acceptable for enkrypt to use this package or there are plans to add ENS resolution to ethvm APIs?

hosaka commented 2 years ago

Looks like this was implemented in #138.

kvhnuke commented 2 years ago

will be added with #154