You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am using the WalletConnect library in my project. I have a question regarding the functionality related to Ethereum ENS domains.
I would like to know if it is possible to use the functionality of the WalletConnect library to obtain a regular Ethereum address (in the “0x...” format) from an ENS domain? I noticed that the library includes the web3 library. To avoid duplicating web3 imports in my project, I would like to use WalletConnect’s functionality for working with ENS domains.
The WalletConnect documentation mentioned handling ENS domains (link). Could you possibly provide a code sample and some explanations regarding this?
Currently, I am using the following version of the library:
Hello, I am using the WalletConnect library in my project. I have a question regarding the functionality related to Ethereum ENS domains.
I would like to know if it is possible to use the functionality of the WalletConnect library to obtain a regular Ethereum address (in the “0x...” format) from an ENS domain? I noticed that the library includes the web3 library. To avoid duplicating web3 imports in my project, I would like to use WalletConnect’s functionality for working with ENS domains.
The WalletConnect documentation mentioned handling ENS domains (link). Could you possibly provide a code sample and some explanations regarding this?
Currently, I am using the following version of the library:
implementation(platform("com.walletconnect:android-bom:1.32.1"))
implementation("com.walletconnect:android-core")
implementation("com.walletconnect:sign")
Thank you in advance for your help.
Best regards,
Sheng Xiuyan
The text was updated successfully, but these errors were encountered: