You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an optional Connector which allows user to create a new wallet (private key, seed & address)
This feature would show up in the modal as one of the options (besides MetaMask, Rabby and other wallet connect options)
If user chooses this option, Vue Dapp generates a new wallet for the user and shows the user 12-word seed. The user is then asked to write that seed down. Also, the private key would get stored in Local Storage, so that it can be used by Vue Dapp whenever user wants to sign a transaction.
Bonus:
Store private key/seed to device keychain (Apply or Android Keychain)
Allow user to download password-encrypted file with private key/seed inside
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: