Initia CLI
Account
Creating an Account
Before you can start building and transacting, you’ll need to create an account.
The mnemonic key is the only way to recover your account if you forget your password.
If you want to create an EVM account, you can use the following command:
Importing an Account
You can import an account by providing a mnemonic phrase.
To export the account’s private key, run:
The exported private key is encrypted with a passphrase. So, you can only import it using initiad
CLI. It is not possible to import it directly on Wallet Apps.
To import the account using the exported private key, run:
Retrieving Account Data
You can retrieve account data stored in the keyring.
Validator Address
If you run a validator node, you can get the validator address by running:
To get validator consensus public key, run:
Was this page helpful?