We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
However, it’s limited to supporting only ed25519. It would be great if we could expand this support.
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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:
Also to import private keys from the Wallet to the extension use this command:
The text was updated successfully, but these errors were encountered: