WARNING
: Remember your password. If you lose the password of your account, you will not be able to access that account. There is no forgot my password option here. Never forget it.ken
and JavaScript console
, for developers to manage accounts. Note that exporting your private key in an unencrypted format is NOT supported.ken
provides account management via the account
command. The command account
lets you create new accounts, lists all existing accounts, imports a private key into a new account, migrates to the newest key format, and changes your password.ken account <command> --help
.<DATADIR>/keystore
. You can specify the data directory as below. It is highly recommended to execute ken account
command with --datadir
option. Make the data directory point to the DATA_DIR
set in the kend.conf
to seamlessly share the accounts with your Endpoint Node.~/Library/KEN
~/.ken
personal
or klay
to get the list of available functions. In this tutorial, we are going to visit the following functions.<DATADIR>/keystore
. The <DATADIR>
is the DATA_DIR
set in the kend.conf
. If you follow the quick start guide with the given example, it must be ~/kend_home
.