Intergrate custodial wallet into my application

So i want to integate the web3auth custodial wallet into my aplication. But I want to sign the transaction from the backend itself. I dont want to show that on my UI. How can I do it? As per my understanding I need an account and a private key to send and sign a transaction internally. I tried the web3auth custodial wallet which provides me with a account ID but of course not the private key. Is there any way I can integrate that wallet in my system?

Hi @isha289,

I hope you’re doing great. I’d like to clarify something about Web3Auth: it operates as a NON-custodial solution, though there are instances when it can be semi-custodial. To get a deeper understanding of how Web3Auth works, I highly recommend reading through our documentation here: https://web3auth.io/docs/how-web3auth-works/.

Regarding your use case, our Node.js SDK might be just what you need. You can find more information and how to implement it in our docs: Using Core Kit SFA Node SDK | Documentation | Web3Auth.

“I tried the web3auth custodial wallet which provides me with a account ID but of course not the private key.”

could you provide a bit more detail on what you’ve set up so far? Understanding exactly what you’ve developed will help me provide more targeted advice and assistance.

Looking forward to hearing more from you and helping you navigate through this!