Wallets come in different formats. This makes loading 'any' wallet a bit tricky for us. The best way is a user has their private key (the WIF) and pastes it in, with a password. This will then ask them where they want to save it, so they can load that wallet next time.
Frontend requirements:
another button in the wallets area saying "load from private key/WIF
this pops open a modal that takes the private key and a password and a confirmation password.
This needs a cancel and "create" button. Alex to take care of the rest after this.
Wallets come in different formats. This makes loading 'any' wallet a bit tricky for us. The best way is a user has their private key (the WIF) and pastes it in, with a password. This will then ask them where they want to save it, so they can load that wallet next time.
Frontend requirements: