Creates and adds a new wallet to the list of wallets.
Usage
wallet add <name>
You cannot have two wallets with the same name including wallets on different chain configs.
Example
wallet add test
The above command will prompt you to enter a passphrase for your account and then generate an output similar to:
Wallet added!
Your seed phrase is:
"Your seed phrase will be displayed here"
Do not share this with anyone. Please make sure to store this for future reference, without it you cannot recover your wallet.
Note: The output of the above command contains a seed phrase. It's recommended to save the seed phrase in a safe place to avoid losing it.
Use the specific chain faucet to send tokens to the address for test-net wallets..
You have created a new wallet address. To view the address we would need to list our wallets.
Recover an existing key from seed phrase
If you forget your password or lose your key, or you would like to use your key in another place, you can recover your key by using the --recover flag.
The following example will recover a key with the seed phrase and store it in the local keystore with the name test:
wallet add test --recover
You'll be asked to enter and repeat the new password for your key, and enter the seed phrase. Then you get your key back.
Flags
Flag
Description
Usage
recover
Recovers a wallet by mnemonic.
--recover
help
Displays info about the current command.
--help
Wallet List
Lists all the added wallets.
The asterisk will show you which address is currently being used
//list the wallets
? guide@elgafar-1> wallet list
main-star stars1dtlndrtpth240retkn8l54w8gg2g4hzpq3ugas
testing-star stars12xxey4enkcfgv522cxl03xmk7tdpmy6kcvtaql
uploader stars1zf6avrfjnrztjnvj2as266eeqlfc7kggzedmcc
user55 stars1x0vwc9j3mzn47zrmgt25kjfzpevyvc5t652vt7
keplr-star stars105j9m29uk2486rjwawkcucp8e3l52f8wpgyc2c
* guide stars14pmn28jyqgphd5wv0z28ppxe5ryeraqqyhkuas
//Chose to use another wallet
? guide@elgafar-1> wallet use main-star
//Check if the in use wallet has changed
? main-star@elgafar-1> wallet list
* main-star stars1dtlndrtpth240retkn8l54w8gg2g4hzpq3ugas
testing-star stars12xxey4enkcfgv522cxl03xmk7tdpmy6kcvtaql
uploader stars1zf6avrfjnrztjnvj2as266eeqlfc7kggzedmcc
user55 stars1x0vwc9j3mzn47zrmgt25kjfzpevyvc5t652vt7
keplr-star stars105j9m29uk2486rjwawkcucp8e3l52f8wpgyc2c
guide stars14pmn28jyqgphd5wv0z28ppxe5ryeraqqyhkuas