Pop up modal to confirm transaction

I’m using the MPC CoreKit SDK and so far so good but I can’t get my app to generate a pop-up modal on the Frontend to verify transaction details before completing a transaction. How can I do this with web3 Auth? Currently, a transaction goes through as long as I’ve provided a sender wallet address, receiver wallet address and amount. Isn’t the standard usually a popup modal with details about the receiver address, sender address, transaction amount, gas fees etc before proceeding with a transaction?

@bruno1 Your request has been forwarded to our team and we will get back to you with further updates.

Hello @bruno1
MPC Core Kit SDK is used to implement the MPC features, and it gives you the flexibility to customize the UI and UX of the authentication process.
So there is no popup modal functionality in MPC core kit SDK.

Thanks for the response @pepper .So just to be clear, does this mean that if I want to introduce a pop_up confirmation flow on my UI, I’ll have to design it and implement that by myself?

Exactly. You need to find your own way or utilize other package to introduce that functionality.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.