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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: