issue-fungible-token
Issue and send fungible tokens on the MultiversX blockchain by specifying name, ticker, supply, and decimals.
Instructions
Create a transaction to issue a fungible token and send it. Will issue the token with the specified arguments. All the properties will be set to true.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokenName | Yes | The token name. | |
| tokenTicker | Yes | The token ticker. | |
| initialSupply | Yes | The initial supply that will be minted. | |
| numDecimals | Yes | The number of decimals the token will have. |