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

The recovery phrase in Sui wallet #7

Open
hien-p opened this issue Mar 27, 2024 · 0 comments
Open

The recovery phrase in Sui wallet #7

hien-p opened this issue Mar 27, 2024 · 0 comments

Comments

@hien-p
Copy link
Member

hien-p commented Mar 27, 2024

Hi,

Could you please add a new function to the extension that shows the recovery phrase in the Sui wallet? Currently, we can use this command:

sui keytool export --key-identity <suiAddress> 
image

However, it’s limited to supporting only ed25519. It would be great if we could expand this support.

Import wallet

If user want to import their wallet by seed Phase to our extension or sui cli. They can:

sui keytool import "seedpharse" ed25519 "m/44'/784'/0'/0'/0'"

Also to import private keys from the Wallet to the extension use this command:

sui keytool import private_key_here ed25519
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant