Setting up addresses
In order to send transactions (tx) to the IOV Name Service, you need to have your star address set up.
Command helper
You can get a full description of how to create addresses on the CLI by running
Creating your local private/public key and address with name
You can simply run the command keys add
and you will get this
In most CLI commands, you can use the keys name in place of the address, which makes it easier to use.
Importing your existing wallet
If you already have your mnemonic, you can recover your address with the flag --recover
which will prompt you to enter your 12 words mnemonic and associate the result to the name you have provided.
Checking your saved CLI wallet
You can always check the keys associated with a local key name with the command keys show
Last updated