TESTNET

CREATE, C

Used to create a new account and its wallet.

wallet c name=FILENAME accounts=INT password=PASSWORD
name An arbitrary name of a newly created wallet
accounts Optional Number of accounts to automatically create in the wallet. Default is '0'
password Optional A password that is used to encrypt a newly created wallet

Example:

wallet c name=my123 accounts=1 password=MyStrongSecret!@#$%^&*()

LIST, LW

Lists all existing wallets

wallet lw

Example:

wallet lw

LISTKEYS, LK

Lists all accounts of the specified wallet

wallet lk name=FILENAME
name Optional Name of the wallet

Example:

wallet lk name=my123

UNLOCK, U

Unlocks an existing wallet making it available for signing transactions

wallet u name=FILENAME password=PASSWORD
name Optional Name of the wallet
password Password of the wallet to unlock

Example:

wallet u name=my123 password=MyStrongSecret!@#$%^&*()

LOCK, L

Locks an existing wallet

wallet l name=FILENAME
name Optional Name of the wallet

Example:

wallet l name=my123

ADDKEY, AK

Creates a new or import existing account to a wallet

wallet ak wallet=FILENAME name=STRING key=SECKEY
wallet Optional Name of a wallet to add the account to. Otherwise the default is used.
name Optional Name of account
key Optional Private key of account to import

Example:

wallet ak wallet=my123 name="lorem ipsum" key=f5eb914b0cdf95fb3df9bcf7e3686cb16d351edf772e577dd6658f841f51b848

IMPORT, I

Imports existing wallet using file store

wallet i name=FILENAME path=FILEPATH
name Optional Name under which the wallet is stored
path Path to the source wallet file

Example:

wallet i name=my123 path=C:\User\file