feat: add event listeners for bridgeTokensBack()
and bridgeNonFungibleTokensBack()
#11
Labels
HP
High Priority
bridgeTokensBack()
and bridgeNonFungibleTokensBack()
#11
Problem
The frontend lacks the necessary event listeners to handle
bridgeTokensBack()
andbridgeNonFungibleTokensBack()
events emitted by the smart contract. This omission hinders the real-time update of UI components and user feedback.Solution
Implement event listeners in the frontend to capture and handle events emitted by the smart contract for
bridgeTokensBack()
andbridgeNonFungibleTokensBack()
.Requirements
bridgeTokensBack()
andbridgeNonFungibleTokensBack()
events.Additional Information
This step is crucial for providing a smooth and responsive user experience. It ensures that users receive immediate feedback on their actions related to bridging tokens.
The text was updated successfully, but these errors were encountered: