Joystream / joystream

Joystream Monorepo
http://www.joystream.org
GNU General Public License v3.0
1.42k stars 115 forks source link

Offline signer support: Parity signer #4825

Closed mochet closed 1 year ago

mochet commented 1 year ago

Problem

We have no hardware wallet support at all. The cheapest, fastest way of getting this is to use the Parity signer (https://signer.parity.io) which can use any old Android/iPhone that never connects to the internet again as a signer. The user just points their phone at the screen to update metadata and can then sign transactions on their airgapped device.

We're currently not on the metadata portal and haven't yet received a response about getting added and in the interim it seems like a very fast + cheap option to host our own metadata portal, the below links explain how:

CC @bedeho

bedeho commented 1 year ago

Very interesting.

How is the signed transaction relayed back to online device?

mochet commented 1 year ago

Very interesting.

How is the signed transaction relayed back to online device?

You scan your phone screen with your laptop/computer webcam, its a QR code generated on the airgapped mobile phone. Tutorial is here: https://www.youtube.com/watch?v=lHKu6b0Hsk8&t=165s

chrlschwb commented 1 year ago

Joystream Metadata Portal is now live. https://metadata.joyutils.org/#/joystream-node

Tutorial is here. https://handbook.joystream.org/wallets

mochet commented 1 year ago

this is now added so closing