configwizard / greenfinch.react

react version of gaspump
Apache License 2.0
5 stars 0 forks source link

add a "new wallet" option for loading from a private key #55

Open amlwwalker opened 1 year ago

amlwwalker commented 1 year ago

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: