It allows user only to decline the transaction and go back as a feedback action.
[!NOTE]
This is a good candidate to go to production.
Security Checklist
[x] Make sure you do not include new dependencies in the project unless strictly necessary and do not include dev-dependencies as production ones. More dependencies increase the possibility of one of them being hijacked and affecting us.
Acceptance Criteria
Transaction request for unregistered Nano Contract
https://github.com/user-attachments/assets/d5336a8f-96ba-4fcc-863f-cb068e14b3b0
It allows user to register and after it the transaction request is loaded.
Nano Contract registration fails during transaction handling
https://github.com/user-attachments/assets/c15742b6-b475-47e3-ba97-7026bd6754c3
It allows user only to decline the transaction and go back as a feedback action.
Security Checklist