input-output-hk / js-chain-libs

chain-libs javascript SDK
Apache License 2.0
18 stars 14 forks source link

Input user private keys #49

Closed jpcapurro-atixlabs closed 4 years ago

jpcapurro-atixlabs commented 5 years ago

A new screen was added where the user is redirected if they doesn't have an account configured. (which is currently always the case when starting the wallet).

After the user enters the keys, they is redirected into the home screen which shows the current address and balance. Currently, there's no error handling if the address is invalid, or some other error arises.