account
newaccount
Register an account name with a public key. The account name must contain exactly 12 characters from the base32 set: ., 1-5, a-z
with 13th character, if applicable, encoded in base16 using characters: ., 1-5, a-j
. It also must start with a lowercase letter a-z
and must not end in a dot .
character.
```shell
## CLI
tcli system newaccount $creator $acct $pubkey -p ${creator}@active
get account balance
## CLI
tcli get currency balance $token_contract $account $symbol
Last updated