I’m creating a DAPP where I’m using Metamask for submitting the transaction. I have a requirement where when a user accepts/submits the transaction, a modal needs to appear on the page, blocking the application(so that the user can’t perform any other transaction) untill the transaction is complete/mined. I know about the modal part, but how can I block the application till the transaction is complete?
Asked
Active
Viewed 76 times
1
-
Check this: https://ethereum.stackexchange.com/questions/6002/transaction-status I hope it helps :) – danielprz Feb 22 '18 at 10:07