πAccounts
You can add or create an account with the assigned name to it, and save the account to local ecrypted storage. This will make it easier and safer to list and access the keys.
WRITE
methods of a contract, do not depened on accounts storage, you can also load and provide account data (thekey
) on your own.
Manage accounts via CLI
See the help for accounts
command to get full and up-to-date information
add
β adds an account
remove
β removed the account
list
β show account names saved in storage
new
β generates a new account. Remember to back-up the KEY β
Use the account in CLI
Provide the name
and pin
to retrieve the account from storage. For example, if you want to transfer a token:
Use the account in code
Last updated