Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
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 description 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.
|
...
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. Selections available are:
| ||
Freeze Key | The key which can sign to freeze or unfreeze an account for token transactions. Selections available are:
| ||
Wipe Key | The key which can wipe the token balance of an account. Selections available are:
| ||
KYC Key | The key which can grant or revoke KYC of an account for the token's transactions. Selections available are:
| ||
Pause Key | The key that has the authority to pause or unpause a token. Selections available are:
| ||
Supply Key | The key which can change the total supply of a token. Selections available are:
| ||
Fee Schedule Key | The key which can change the token's custom fee schedule. Selections available are:
|
This configuration tab will only appear when Token ID Handling property is Create New Token.
Name | Description |
---|---|
Form | Select a form to store the token data to. All fields from the selected form will be made available for field mapping in the section below. |
Field Mapping | |
Token ID | The unique identifier of a token. This value will be stored as the record ID of the chosen form. |
Token Type | Indicates if this is a Native Token or NFT. |
Token Name | The token name. |
Token Symbol | The token symbol. |
Minting Account | The account that minted this asset. |
Is Testnet Flag | To indicate if this minted asset belongs to the mainnet or testnet. |
This configuration tab will only appear when Mint Type property is NFT.
Name | Description |
---|---|
Form | Select a form to store the NFT data to. All fields from the selected form will be made available for field mapping in the section below. |
Field Mapping | |
NFT Serial Number | The unique serial number of the minted NFT. |
Associated Token ID | The token ID that this NFT belongs to. |
Minting Account | The account that minted this NFT. |
Is Testnet Flag | To indicate if this NFT belongs to the mainnet or testnet. |
Name | Description |
---|---|
Is Transaction Validated | To indicate if this transaction has been successfully validated. |
Consensus Timestamp | To store the timestamp of when the majority of the network members received the transaction. At this point, the transaction becomes final and verifiable. |
Transaction ID | To store the transaction ID of the transaction performed. |
Transaction Explorer URL | To store an auto-generated URL to see transaction details on a public ledger explorer. Default is Dragonglass. |