onbloc / adena-wallet

Adena is a friendly browser extension wallet for the Gnoland blockchain.
http://adena.app/
GNU General Public License v3.0
27 stars 19 forks source link

request: adding accounts with mnemonics (after first use) #507

Open thehowl opened 5 months ago

thehowl commented 5 months ago

Hey, I noticed you can only currently import accounts using private keys, if you try to do it after Adena already has an account.

Can we add support for mnemonic import? This way we can have own keys + keys like test1.

Thanks!

adr-sk commented 5 months ago

Hey @thehowl , this feature will be supported in the future. We're planning to provide an intuitive multi seed phrase management UX. We'll keep this issue open until it's added.

In the meantime, you can import the Gno test account using its private key which was added to the docs in this PR: https://github.com/gnolang/gno/pull/1990