-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NEP-582]: Wallet Method - Sign and Return Signature #582
base: master
Are you sure you want to change the base?
Conversation
This NEP proposes to add a new standardized wallet method that allows to request a signature from the user and immediately returns the signed transaction. Such a method will allow applications to take full control of the transaction life-cycle, which apps can profit from to enable better UX and UI by not blocking the user while the transaction is being executed on-chain. Instead, apps can act optimistically, and allow the user to continue the app journey, rolling it back only if the transaction failed.
Hi @gagdiez – thank you for starting this proposal. As the moderator, I labeled this PR as "Needs author revision" because we assume you are still working on it since you submitted it in "Draft" mode. |
@flmel @near/nep-moderators This NEP is ready to be reviewed |
As a moderator, I reviewed this NEP and it meets the proposed template guidelines. I am moving this NEP to the REVIEW stage and would like to ask the @near/wg-wallet-standards working group members to assign 2 Technical Reviewers to complete a technical review |
We propose a new standardized method for wallets that allows to request a signature and immediately returns the signed transaction.
Such a method will allow applications to take full control of the transaction life-cycle, which apps can profit from to enable better UX and UI by not blocking the user while the transaction is being executed on-chain. Instead, apps can act optimistically, and allow the user to continue the app journey, rolling it back only if the transaction failed.
Read the NEP: https://github.com/near/NEPs/pull/582/files
NEP Status (Updated by NEP Moderators)
Status: WG to assign 2 SMEs