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
We would like to add some dropdown that would allow the user to choose whether he wants to sign the message as EIP191 message OR just sign a raw digest. In the latter case, the libhalo sign command should be invoked with the digest input key instead of message input key. See: https://github.com/arx-research/libhalo/blob/master/docs/halo-command-set.md#command-sign
The text was updated successfully, but these errors were encountered:
Right now this demo only allows you to sign certain message in an EIP191 personal_sign format:
https://halo-demos.arx.org/examples/gateway_requestor.html
We would like to add some dropdown that would allow the user to choose whether he wants to sign the message as EIP191 message OR just sign a raw digest. In the latter case, the libhalo
sign
command should be invoked with thedigest
input key instead ofmessage
input key. See: https://github.com/arx-research/libhalo/blob/master/docs/halo-command-set.md#command-signThe text was updated successfully, but these errors were encountered: