-
Notifications
You must be signed in to change notification settings - Fork 232
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
[FEATURE] Add the ability for signing and verify messages. #1610
Comments
Thanks. We will consider your wish. |
I see here: https://waveswallet.io/js/waves-lite-client-mainnet-0.5.22.js
And
And maybe this can be processed client-side. Also, I see some scripts here: https://github.com/wavesplatform/waves-signature-generator P.S.: Yeap, this working with some modifications. See this issue: https://github.com/wavesplatform/Waves/issues/2625 |
Аbstract
No, this is not related with problem, this is a future request.
Motivation and Purposes
A clear and concise description of what the problem is. Ex. I'm always frustrated when [I cann't sign and verify messages].
** Specification**
A clear and concise description of what you want to happen. Describe alternatives you've considered
Here: https://username1565.github.io/brainwallet.github.io/#sign
I can sign the messages, by privkey.
Here,
I can verify the messages, and got the signatory address.
But... This all working only for bitcoins and altcoins, not for waves.
I see on the node there is can be possible to sign and verify messages,
using NODE REST API,
with options
post /addresses/signText/{address}
orpost /addresses/sign/{address}
and
post /addresses/verifyText/{address}
orpost /addresses/verify/{address}
,but in this case the
address of signatory
- must be thenode address
.Backwards Compatibility
Can your proposition affect any existing features?
Maybe, no. You can just add the separate option in waves client and waves-lite-client.
Also, will be better to you add the another menu in NODE REST API
to sign and verify the messages by seed, privkey or pubkey, for remote user, not node address.
But will be better to make this client-side, like in that brainwalletx,
and without transfer any personal info, somewhere.
Examples and Implementation
Examples of implementation in other projects?
http://brainwalletx.github.io/ this is open-source and client-side.
The text was updated successfully, but these errors were encountered: