=nil; CLI: working with tokens
To create a new token and withdraw it to the address of the owner:
nil minter create-token OWNER_ADDRESS AMOUNT NAME
nil minter withdraw-token OWNER_ADDRESS AMOUNT OWNER_ADDRESS
To mint an existing token (which automatically withdraws it to the owner):
nil minter mint-token OWNER_ADDRESS 50000
To burn an existing token (the supply is automatically reduced at the address of the owner):
nil minter burn-token OWNER_ADDRESS AMOUNT