Used to create a new account and its wallet.
wallet c name=NAME accounts=INT password=PASSWORD
| name | An arbitrary name of a newly created wallet |
| accounts | Count of account to create in the wallet |
| password | A password that is used to encrypt a newly created wallet |
Example:
wallet c name=one accounts=324552 password=MyStrongSecret!@#$%^&*()
Lists all existing wallets
wallet l
Example:
wallet l
Unlocks an existing wallet making it available for signing transactions
wallet u password=PASSWORD name=NAME
| password | A password of a wallet to be unlocked |
| name | Name of wallet |
Example:
wallet u password=MyStrongSecret!@#$%^&*() name=one
Locks an existing wallet
wallet l name=NAME
| name | Name of wallet |
Example:
wallet l name=one
Creates a new or import existing account to a wallet
wallet aa wallet=NAME name=NAME key=PRIVATEKEY
| wallet | A name of a wallet to add the account to |
| name | A name of account |
| key | Private key of account to import |
Example:
wallet aa wallet=one name=second key=f5eb914b0cdf95fb3df9bcf7e3686cb16d351edf772e577dd6658f841f51b848
Imports existing wallet using file store
wallet i name=NAME path=FILEPATH
| name | Name of wallet |
| path | A path to a source wallet file |
Example:
wallet i name=one path=C:\User\file