Skip to content
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

Offline signature support #50

Open
5 tasks done
RomeroYang opened this issue Jul 1, 2020 · 1 comment
Open
5 tasks done

Offline signature support #50

RomeroYang opened this issue Jul 1, 2020 · 1 comment

Comments

@RomeroYang
Copy link
Member

  1. As a cold signer:
  • scan QR code from polkadot-js/apps UI and parse bytes data from it.
  • sign the data with Polkawallet and generate QR code with signature, send tx with this signature through polkadot-js/apps UI.
  1. As a hot wallet:
  • generate a QR code with bytes data of a submittable Tx for parity-signer.
  • scan the QR code from parity-signer, and use it as the signature to send the Tx.
  1. As both roles:
  • finish the process above with two Polkawallet App on two different devices.
@RomeroYang
Copy link
Member Author

Unresolved issue:use UOS to sign recovery.asRecovered() and send, got Bad proof error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant