Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Table of Contents |
---|
...
The Cardano Transaction Executor is a process form modifier for handling user transactions.
It takes care of configuring user wallets and managing different types of transactions within the Cardano network.
Name | Description |
---|---|
Network Type | |
Backend Service | |
Blockfrost Project Key |
Wallet Configuration | ||||||
---|---|---|---|---|---|---|
Wallet Handler | Select a wallet handler:
| |||||
Form (Account Data) | This property will only appear when Wallet Handler isInternal. Select a form to account data from. All fields from the selected form will be made available for field mapping in the sections below. | |||||
Account Mnemonic Field | This property will only appear when Wallet Handler isInternal. Fields available here depends on the form selected from Form (Account Data) property. | |||||
Record ID (Account Data) | This property will only appear when Wallet Handler isInternal. Enter the field ID associated with the record ID of the account data. | |||||
Transaction Parameters | ||||||
Action To Perform | Select an action to perform: | |||||
Fee Limit (ADA) | This property will only appear when Wallet Handler isInternal. The maximum limit for transaction fees in units of ADA.
| |||||
Transaction Metadata | Fields available here depends on the Form selected. Select the field(s) you wish to embed into the transaction metadata. Written transaction metadata follows the CIP-20 standard. To learn more about transaction metadata, see https://developers.cardano.org/docs/transaction-metadata/.
|
...
Select a form to retrieve token burning data from.
All fields from the selected form will be made available for field mapping in the sections below.
...
Enter existing policy script that was created when minting tokens.
Typically a Hash Variable is used here.
...
Enter secret key(s) that was used to sign the mint policy above.
Only accept a Hash Variable that points to the stored secret key(s).
...
Check option to retrieve native tokens data from a list.
...
Select list to retrieve stored burned native tokens data.
All fields from the selected list will be made available for field mapping in the sections below.
...
Select field associated with asset name.
...
Select field associated with burn amount.
...
Asset Name | Burn Amount |
---|---|
Enter an existing asset name. Typically a Hash Variable is used here. | Enter the amount of token to burn. Typically a Hash Variable is used here. |
...
Check option to retrieve NFTs data from a list.
...
Select list to retrieve stored burned NFTs data.
All fields from the selected list will be made available for field mapping in the sections below.
...
Select field associated with asset name.
...
Asset Name |
---|
Enter an existing asset name. Typically a Hash Variable is used here. |
...
Fields available here depends on the form selected from Form To Retrieve Account Data From property.
...
Select the method for the minting policy upon minting assets:
Do note that at the time of writing, the Generate New method only creates a non-locking single issuer minting policy.
...
This option will only appear when Minting Policy Handling is Generate New.
Check option to enable custom policy script.
...
This property will only appear when Enable Custom Policy Script is Checked.
Enter your own custom policy in JSON format.
Use of Hash Variable is also accepted.
Default policy will be used if left empty.
...
This property will only appear when Enable Custom Policy Script is Checked.
Paste in your custom policy secret key.
Use of Hash Variable is also accepted.
...
This property will only appear when Policy Handling is Reuse.
The policy script that is associated with the policy ID.
Typically a Hash Variable is used here.
...
This property will only appear when Policy Handling is Reuse.
The policy secret key that is associated with the policy ID.
Only accepts a Hash Variable that points to the encrypted stored policy secret key.
...
Check option to retrieve native tokens data from a list.
...
Select list to retrieve stored minted native tokens data.
All fields from the selected list will be made available for field mapping in the sections below.
...
Select field associated with asset name.
...
Select field associated with minting amount.
...
Select field associated with receiver address.
...
Enter an existing asset name.
Typically a Hash Variable is used here.
...
Enter the amount to mint.
Typically a Hash Variable is used here.
Enter the receiver's account address.
Typically a Hash Variable is used here.
...
Check option to retrieve NFTs data from a list.
...
Select list to retrieve stored minted NFTs data.
All fields from the selected list will be made available for field mapping in the sections below.
...
Select field associated with NFT Name.
...
Select field associated with NFT Description.
...
Select field associated with File Name.
...
The extension of the file.
Example: .png, .jpeg, etc.
Typically strings are used here.
...
The IPFS content ID of the file after uploading your file to IPFS. This value will be attached as the NFT metadata.
Example: QmeRdF1aybs9VKMYKM8E5tFPW96ngJ8i76Lia763wVtNX6
...
Select field associated with receiver address.
...
Enter an existing asset name.
Typically a Hash Variable is used here.
...
Enter a NFT description.
Typically a Hash Variable is used here.
...
Enter an existing file name.
Typically a Hash Variable is used here.
...
Enter the extension of the file.
Typically strings are used here.
...
Enter an existing IPFS Content ID.
Typically a Hash Variable is used here.
Enter the receiver's account address.
Typically a Hash Variable is used here.
Form | This property will only appear when Wallet Handler isInternal.|||||||||
Transfer ADA | |||||||||
---|---|---|---|---|---|---|---|---|---|
Get Data from List | Check option to retrieve transfer ADA data from a list. | List (Transfer ADA) | This property will only appear when Get Data From List isChecked.Receiver Address | This property will only appear when Get Data From List isChecked.Transfer Amount | This property will only appear when Get Data From List isChecked.|||||
ADA Transfers |
| ||||||||
Transfer Native Tokens | |||||||||
Get Data from List | Check option to retrieve transfer native tokens data from a list. | List (Transfer Native Tokens) | This property will only appear when Get Data From List isChecked.Policy ID | This property will only appear when Get Data From List isChecked.Asset Name | This property will only appear when Get Data From List isChecked.Receiver Address | This property will only appear when Get Data From List isChecked.Transfer Amount | This property will only appear when Get Data From List isChecked.|||
Native Token Transfers |
| ||||||||
Transfer NFTs | |||||||||
Get Data from List | Check option to retrieve transfer NFTs data from a list. | ||||||||
List (Transfer NFT) | This property will only appear when Get Data From List isChecked.Policy ID | This property will only appear when Get Data From List isChecked.Asset Name | This property will only appear when Get Data From List isChecked.Receiver Address | This property will only appear when Get Data From List isChecked.NFT Transfers | |||||
Policy ID | Asset Name | Receiver Address |
. |
Name | Description |
---|---|
Form | Select a form to store information about the newly minted asset. All fields from the selected form will be made available for field mapping in the section below. |
Is Transaction Validated | To indicate if this transaction has been successfully validated. This value will typically start with a false value. Only after the transaction has been confirmed/validated on the blockchain, only then this value will automatically be changed to true. |
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 the official Cardano blockchain explorer. Do note that explorers typically has a short delay to sync to the latest blockchain state in order to reflect your transactions. |
...