Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 954 Bytes

File metadata and controls

30 lines (24 loc) · 954 Bytes

MINT command

This command mints BTNS token supply

PARAMS

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

Formats

  • MINT|TICK|AMOUNT|DESTINATION

Examples

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 

Rules

  • broadcast status must be valid
  • token supply may be minted until MAX_SUPPLY is reached.
  • Transactions that attempt to mint supply beyond MAX_SUPPLY shall be considered invalid and ignored.

Notes