Bit-Nation / BITNATION-Pangea-react

Pangea Jurisdiction Alpha client v. 03 frontend repository
MIT License
7 stars 5 forks source link

[ui] decryption alert #31

Open florianlenz opened 6 years ago

florianlenz commented 6 years ago

Panthalassa is our backend (not a common one, it's runs on the device). Since we are signing eth transaction we have to save private key's on the device. A user can decide to encrypt them. So if panthalassa sign's a transaction AND the private key is encrypted panthalassa will emit and event e.g. "eth:decrypt-private-key". Pangea will listen to this event and has to provide a way to enter a password in order to decrypt the key. So we need a ui for this.

Maybe something like this?

bildschirmfoto 2017-10-30 um 21 15 25

It is important that the alert contain's the following:

jetpack3331 commented 6 years ago

Yes, this is enough

jetpack3331 commented 6 years ago

Added PR for that https://github.com/Bit-Nation/BITNATION-Pangea-react/pull/39