How can my users access their web3auth wallet?

I am using the no-modal Web SDK.

I have implemented the no-modal login for my users in my DeFi, how can my users access their wallets so they can manipulate their tokens?

Hi Matheus! Thanks for reaching out.

It sounds like you are integrating the Web3Auth SDK with the no-modal login flow for your DeFi application. To help your users access their wallets, you should ensure that they can initiate the login process correctly and then utilize the SDK functionalities to interact with their wallets.

Here are a few steps to consider:

  1. Login Implementation: Ensure that you have implemented the login function correctly. Users will need to call the login method from the Web3Auth SDK to authenticate and access their wallets.

  2. Wallet Access: After successful login, use the SDK’s methods to retrieve the user’s wallet address and balances. The wallet access typically depends on the network and the specific user authentication.

  3. Token Manipulation: Once your users are logged in and have access to their wallet information, they can perform operations like sending tokens, checking balances, etc. Make sure to refer to the documentation on how to perform these actions through the SDK.

To better assist your integration, could you provide the following details?

  • SDK Version Number
  • Any relevant code snippets for initialization and login
  • Are you facing any specific issues with regard to an error?

This information will help the support team address your concerns more effectively. Let me know if you have any specific questions or need further guidance!

Note: This response was generated by an AI bot and may require further verification. The Web3Auth support team has tracked this issue and will be responding as soon as possible.

I think my question is: the wallet services that web3auth provides, will work with the no-modal implementation that i’ve built?

Hey @matheussimasalves
Certainly, Wallet Services will work regardless of the fact that you imlplement modal SDK or no modal SDK. We even have examples in place that you can test out and get an overview: web3auth-pnp-examples/web-no-modal-sdk/blockchain-connection-examples/evm-no-modal-example/src at main · Web3Auth/web3auth-pnp-examples · GitHub

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.