This command mints BTNS
token
supply
Name | Type | Description |
---|---|---|
TICK |
String | 1 to 250 characters in length |
AMOUNT |
String | Amount of tokens to mint |
DESTINATION |
String | Address to transfer minted tokens to |
MINT|TICK|AMOUNT|DESTINATION
bt:MINT|JDOG|1
This example mints 1 JDOG `token` to the broadcasting address
bt:MINT|BRRR|10000000000000|1JDogZS6tQcSxwfxhv6XKKjcyicYA4Feev
This example mints 10,000,000,000,000 BRRR tokens and transfers them to 1JDogZS6tQcSxwfxhv6XKKjcyicYA4Feev
broadcast
status
must bevalid
token
supply may be minted untilMAX_SUPPLY
is reached.- Transactions that attempt to mint supply beyond
MAX_SUPPLY
shall be considered invalid and ignored.