I am building a Telegram Bot based wallet solution and want to integrate web3auth for creating and storing wallet keys. Since this is a chat based application, I cannot open different popups for creating social logins nor do I want to.
I want to setup a wallet on start command, utilizing the chat-id to create a unique identifier. I will also give users an option to export their private keys if they want.
Please suggest how should I utilize the no modal sdk to build this functionality.
I had a similar approach in mind however, could not fully understand how to pass the jwt to custom verifier as in the doc reference you shared there seems to open have a uxMode (redirect or popup). Can you please help me out in this
Thanks for the quick response @shahbaz . This was helpful. Just one more query, if you could help, I want to build this out for Cosmos chain. So is Cosmos chain supported out of the box by setting up chain config or not?
Also since I require to create wallets for all users trying out our TG bot, at scale how will the pricing factor play out here?