Hello,
I have found Moralis super useful so far. Need help with the following:
I have a website where I currently sell merch, physical products and more. Now, I am planning to add an NFT section to my website. I want to continue using the existing payment gateway I have(Stripe), even for NFTs as my customers aren’t tech savvy enough to install wallets or have on ramp solutions.
So, I plan to generate an ethereum address on behalf of my customers using the web 3 documentation(https://web3js.readthedocs.io/en/v1.2.11/web3-eth-accounts.html#create).
What’s the best way to store the private, public key? Should I store it on Moralis with encryption and decrypt for signing the transaction? Is there any other way? What are my options here?