-
Notifications
You must be signed in to change notification settings - Fork 7
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
Message signing #76
Comments
@kyranjamie can we close this issue? |
@jleni The only question I have pertains to the js lib. There haven't been any changes to it. How do we interface with/consume the new text signing method? Do we use the existing |
Yes, You should use the sign function, there are no changes in the current interface as the parser internally will recognize the data as either a transaction or message. of course, the result of the parsing is shown on the screen for validation from the user before signing it the same as it is done for transactions. |
closed via #82 |
Hiro wants to support message signing and verification in its wallets, similar to the user flow described the MyCrypto wallet. Ledger device support is needed to offer parity between our software and hardware wallets.
The feature has been discussed in context of Hiro's wallet leather-io/extension#1051, and the Stacks blockchain stacks-network/stacks-core#2693
Ultimately, we'd like support for structured data signing, like Ethereum's EIP-721, though this task is scoped to prefixed bytestring message signing.
Spec
sign
, should be added to the@zondax/ledger-blockstack
packageThese are relatively high-level requirements. If more details needed, let us know. We'll follow up with input from the blockchain team.
The text was updated successfully, but these errors were encountered: