You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Near applications currently have an important limitation on terms of user experience: they can only ask wallets to sign and send a transaction. This makes them block their UI until the transaction resolves (either successfully or failing)
This is in general a poor UX, as users need to wait for the Blockchain to execute and finalize the transaction before keep using the app, thus interrupting their journey
We could mitigate this if the apps were able to handle the life cycle of the transaction, but for this we need to implement changes on wallets and APIs to add the feature, as well as create documentation and examples to showcase how to use it
User Story
As a developer, I want to be able to control the whole life cycle of a transaction, from creation to broadcast into the network
As a developer, I want to be able to easily learn how to control the life cycle of a transaction
Acceptance Criteria
Create an NEP for enabling wallets to sign and return a signature
Implement the new API method in wallet selector
Create documentation and examples on how to use the new API
Resources & Additional Notes
No response
Priority
🟠 P1 : High
The text was updated successfully, but these errors were encountered:
Background
Near applications currently have an important limitation on terms of user experience: they can only ask wallets to sign and send a transaction. This makes them block their UI until the transaction resolves (either successfully or failing)
This is in general a poor UX, as users need to wait for the Blockchain to execute and finalize the transaction before keep using the app, thus interrupting their journey
We could mitigate this if the apps were able to handle the life cycle of the transaction, but for this we need to implement changes on wallets and APIs to add the feature, as well as create documentation and examples to showcase how to use it
User Story
As a developer, I want to be able to control the whole life cycle of a transaction, from creation to broadcast into the network
As a developer, I want to be able to easily learn how to control the life cycle of a transaction
Acceptance Criteria
Resources & Additional Notes
No response
Priority
🟠 P1 : High
The text was updated successfully, but these errors were encountered: