From ecbcc08209eca820a623039cbafdd3bea1828e8a Mon Sep 17 00:00:00 2001 From: NguyenAnhQuan Date: Thu, 23 Oct 2025 18:36:58 +0700 Subject: [PATCH] feat: keystore and recovery seed --- src/components/auth/CreateWalletComponent.vue | 84 ++++++++++++++++++- src/components/auth/ImportWalletComponent.vue | 39 ++++----- src/components/auth/RecoverySeedComponent.vue | 33 ++++++++ src/utils/helpers/seedPhrase.ts | 9 ++ 4 files changed, 141 insertions(+), 24 deletions(-) diff --git a/src/components/auth/CreateWalletComponent.vue b/src/components/auth/CreateWalletComponent.vue index 2e1b65d..1254a8c 100644 --- a/src/components/auth/CreateWalletComponent.vue +++ b/src/components/auth/CreateWalletComponent.vue @@ -1,6 +1,12 @@