Why Signum
...
Signum Basics
Smart Tokens
Creating a smart token
2min
When creating a smart token, the user can define the token as mintable or non-mintable. If non-mintable, the token is limited to the initial supply specified at the creation time. The creator can mint additional smart tokens if the token is defined as mintable.
Example message of token creation:
Parameter | Value |
---|---|
Name | Name of the smart token. Max 10 letters - this is not unique |
Description | A description of the token |
Decimals | Number of decimals - can be 0 to 8 |
Mintable | If true, you can mint more tokens |
QuantityQNT | The initial amount of smart tokens by creation is attached to the issuer account. |
The smart token Id is always the transaction Id for creating the smart token. This Id is unique.
Updated 24 Mar 2023
Did this page help you?