Hey guys! We would like to implement the same web3auth flow for our IDO as https://wallstmemes.com
has.
There a few questions:
- as far as I understood, there is a virtual wallet generated every time when a new users comes and registers. The wallet data is accessible via API calls to your BE side. How can we customize the execution of txs on behalf of the user? For example, how it’s possible to “claim” tokens that user invested previously under web3auth login
- any doc about this flow?