Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: import wallet account via mnemonic #233

Merged
merged 1 commit into from Jul 25, 2021

Commits on Jul 23, 2021

  1. feat: import wallet account via mnemonic

    Closes: #224.
    
    Allows a user to import a wallet account via 12-word mnemonic seed.
    
    The account is first imported in the account generator. Then a wallet account is derived at the root wallet path (m/44'/60’/0’/0/0) from the master key of the mnemonic. This account is then stored in the Accounts table of the user’s db.
    Eric Mastro committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    5c49188 View commit details
    Browse the repository at this point in the history