Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
This process tool plugin allows you to mint native tokens and NFTs on the Hedera DLT.
Note
Name | Description |
---|---|
Operator ID | Paste in your operator account ID, according to the selected network type. |
Operator Key | Paste in your operator account private key, according to the selected network type. |
Network Type | Select the network to interact on:
"Mainnet" uses real-world currency(s). Please use "Previewnet" or "Testnet" for testing purposes. By default, this plugin pack connects to official Hedera public nodes. |
Name | Description |
---|---|
Form | Select a form to retrieve minting data from. All fields from the selected form will be made available for field mapping in the sections below. |
Minting Account | |
Account ID | The account to mint the asset. The minter is set as the treasury account. |
Account Mnemonic Phrase | This is the minter's account secret key required in order to perform actions with the minter's account. Only accepts Hash Variable that points to the minter's encrypted stored mnemonic phrase. Caution Account Mnemonic Phrase MUST be strictly secured at all times, and only viewable to the intended user. Do NOT key in the plain-text mnemonic phrase here. Anyone who possesses this phrase has full unrestricted control and can do irreparable damage! |
Minting Configuration | |
Token ID Handling | Select the action to perform:
|
This configuration tab will only appear when Token ID Handling property is Create New Token.
Name | Description |
---|---|
Mint Type | Select the type of asset to create:
|
Token Name | The token name (e.g.: MyFirstToken). |
Token Symbol | Typical 3 to 5 characters long, and all letters in UPPERCASE. |
Token Memo | A short publicly visible memo about the token. |
Amount To Mint | This property will only appear when Mint Type is Native Token. Amount of native tokens to mint. |
Token Decimals | This property will only appear when Mint Type is Native Token. The number of decimal places a token is divisible by. If Amount To Mint has decimal places exceeding the configured token decimals, the exceeded numbers are ignored. |
IPFS Content ID | This property will only appear when Mint Type is NFT. The IPFS content ID of the file after uploading your file to IPFS. This value will be attached as the NFT metadata. |
Token Max Supply | For Native Token, this defines the maximum number of tokens that can be in circulation. For NFT, this defines the maximum number of NFTs (serial numbers) that can be minted. This value can never be changed. |
This configuration tab will only appear when Token ID Handling property is Mint More Token.
Name | Description |
---|---|
Mint Type | Select the type of asset to mint more of:
|
Token ID | The ID of the token you wish to mint more of. |
Additional Amount To Mint | This property will only appear when Mint Type is Native Token. Amount of native tokens to mint and add to the existing supply. |
IPFS Content ID | This property will only appear when Mint Type is NFT. The IPFS content ID of the file after uploading your file to IPFS. This value will be attached as the NFT metadata. |
This configuration tab will only appear when Token ID Handling property is Create New Token.
Name | Description |
---|---|
Treasury Account | This account will receive the specified initial supply and any additional tokens that are minted. Defaults to Minter. |
Admin Key | The key which can perform token update and token delete operations on the token. The admin key has the authority to change:
It can also update the treasury account of the token. If Admin Key is disabled, token properties & supply & keys are PERMANENT upon mint! |
Freeze Key | The key which can sign to freeze or unfreeze an account for token transactions. If disabled, no one can freeze token transactions for any account. |
Wipe Key | The key which can wipe the token balance of an account. If disabled, no one can wipe the token's balance for any account. |
KYC Key | The key which can grant or revoke KYC of an account for the token's transactions. If KYC Key is enabled, token receivers must be associated with the token & explicitly granted KYC before transacting with the token. |
Pause Key | The key that has the authority to pause or unpause a token. Pausing a token prevents the token from participating in all transactions. If disabled, pausing is not possible. |
Supply Key | The key which can change the total supply of a token. This key is used to authorize token mint and burn transactions. If disabled, minting/burning tokens is not possible. |
Fee Schedule Key | The key which can change the token's custom fee schedule. If disabled, changing the token's custom fee is not possible. |