I need to create an Ethereum wallet for each user registering in my app (I am using Node.JS as backend). The idea is that each user can deposit and withdraw an amount from his wallet.
So what's the best way to accomplish this? And the best way to secure the private keys? Because users won't have access to this. Is very similar to the wallet on Binance exchange works.
Thanks