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

Transfer: Offline signature function. #115

Open
6 tasks
0xthreebody opened this issue Apr 16, 2019 · 1 comment
Open
6 tasks

Transfer: Offline signature function. #115

0xthreebody opened this issue Apr 16, 2019 · 1 comment
Labels
enhancement New feature or request Transfer
Milestone

Comments

@0xthreebody
Copy link
Collaborator

0xthreebody commented Apr 16, 2019

Need to solve first: #99

  • Create wallet add offline mode (cold wallet), detect whether to open flight mode.
  • Create a wallet to add observer mode, no private key storage, need to scan the QR code generated by the cold wallet, authorization.
  • Cold wallet has get encoded data that needs to be signed to observe the wallet by scanning the qr code.
  • Cold wallet have signature function (Sr25519 algorithm).
  • Cold wallet has the function of generating signature information into qr code.
  • Observe wallet has the function of scanning cold wallet signature qr code and broadcasting transactions.

Reference:https://github.com/maciejhirsz/uos

@0xthreebody 0xthreebody added enhancement New feature or request Transfer labels Apr 16, 2019
@0xthreebody 0xthreebody added this to the 0.2.0 Beta milestone Apr 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Transfer
Projects
None yet
Development

No branches or pull requests

2 participants
@0xthreebody and others