Import/Export Keys
Import keys to your Zeus wallet.
# zeus key import thisisatest --owner-private-key 5J9VggJ5... --active-private-key 5K5Ghw... --network=kylin --encrypted
zeus key import <ACCOUNT_NAME> --owner-private-key <KEY> --active-private-key <KEY>
# optional flags:
--encrypted # encrypt the account keys with a password
# default: false
--storage # path to the wallet which will store the key
# default: ${home}/.zeus/networks
--network # network to work on (other options, kylin, jungle, mainnet)
# development (local)
--password # password to encrypt the keys with
--vaccount # bool whether account is a LiquidAccount
# default: false
Export keys
# zeus key export thisisatest --network=kylin
zeus key export <ACCOUNT_NAME>
# optional flags:
--encrypted # exports encrypted key
# default: false
--storage # path to where the key is stored
# default: ${home}/.zeus/networks
--network # network to work on (other options, kylin, jungle, mainnet)
# default: development (local)
--password # password to decrypt the keypair
--vaccount # bool whether account is a LiquidAccount
# default: false
By default keys are imported without encryption.
Last updated