Skip to content
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

To allow Dapps users to sign arbitrary data in the qubic wallet through wallet connect #172

Open
Tracked by #148
sallymoc opened this issue Oct 4, 2024 · 0 comments

Comments

@sallymoc
Copy link
Contributor

sallymoc commented Oct 4, 2024

Method name
qubic_sign

Purpose
Allows dApps to request the user to sign a piece of data without sending a transaction to the blockchain.

Usage
The data could be a message or an encoded hash, and the wallet should present this data to the user clearly before signing to ensure they understand what they're signing.

Once the user confirms, the wallet uses the private key of the specified address to sign the message.
The wallet returns the generated signature to the calling dApp.

The signed data can be used for off-chain operations, like proving ownership of an address, authenticating actions, or creating signatures for other applications.

@sallymoc sallymoc changed the title To allow Dapps users to sign a arbitrary data in the qubic wallet through wallet connect To allow Dapps users to sign arbitrary data in the qubic wallet through wallet connect Oct 4, 2024
@sallymoc sallymoc moved this from Backlog to Ready in Wallet App Kanban Board Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In review
Development

No branches or pull requests

1 participant