0xMiden / 0xMiden/wallet

Allow for exporting/importing of accounts through Private Keys and Multiple Seed phrases in a single wallet

未關閉
#64 0 則留言 0 個 reaction 已指派 1 人 已被 @0xnullifier 認領 在 GitHub 檢視
enhancement
主要語言
TypeScript
星號
5
分支
28
平均合併
9 小時 50 分鐘
30 天內合併 PR
123

描述

Currently there is no way for the users to export and import accounts for wallet with a private key.

It is not as simple and would require some changes to how we do things with the seed AFAIK we should change and use the seed from bip39 for only secret key generation.

We currently use `client.newWallet` for creating a new account but this uses seed for both secret key generation and account seed thus exporting an account would require either the full seed or secret key + account id to import the account.

As for Multiple seed phrase it is open for discussion, some wallets do it some don't.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。