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 摘要。