Account feature: Sign message #109
taurenshaman
started this conversation in
IIPs
Replies: 1 comment 1 reply
-
@taurenshaman How urgently is this feature needed? Do you need the message signing function for your app development or is it a general feature request for some future needs? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For a normal wallet of any blockchain,
Sign Message
is a very important feature.Advantage:
Share of some common mechanisms:
Ethereum / EVM
usage: get the owner address
address = ec_recover(message, signature)
Solona
usage: verify message and signature by publicKey
Arweave
usage: verify message and signature by publicKey
Snapshots
Beta Was this translation helpful? Give feedback.
All reactions