entropyxyz / cli

CLI utility to ease interactions with an Entropy network.
GNU Affero General Public License v3.0
5 stars 0 forks source link

Export account mnemonic. #131

Open johnnymatthews opened 1 week ago

johnnymatthews commented 1 week ago

A few users are asking how they can export their mnemonic. As far as I know, this isn't possible because the SDK (and by extension the CLI) don't deal with mnemonics.

While this isn't the end of the world, it is a bit of a hurdle since a few Substrate wallets only allow users to import their accounts using a wallet.

frankiebee commented 1 week ago

Key patterns are currently in flux. Derivation paths will be required for security purposes in the near future. we can export a mnemonic soon however the user will have to back up more than just the mnemonic they may also need to back up the derivation path. in that case it may be simpler to just store the seed. i know user desire the back up of mnemonics how ever i'd like to see us get away from this as a "security" necessity and would rather see more intelligent recovery systems in place.

Our long term goal with key and secret management is to see keys be more ephemeral. Currently in this stage of testnet. no keys on the network that have been registered will be persisted between network tear downs so effectively theses keys you are using at this moment are not only insecure but also should be treated with less severity and should not be consider safe for long term usage.