Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Introduction

...

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.

Configure Cardano Transaction Executor

NameDescription
Network Type

See Cardano Default Backend Plugin

Backend Service
Blockfrost Project Key

Transaction Properties

Wallet Configuration
Wallet Handler

Select a wallet handler:

  • Internal
  • CIP-30 Wallet
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.

Note
titleNote

Value can only contain max 6 decimal places.

If this is empty, no limit is applied.

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/.

Note

Transactions performed on the blockchain are publicly viewable, including its metadata, as it is intended primarily as an always-accessible proof of existence.

Do NOT directly embed sensitive information to the transaction metadata

.

Action to Perform (Token Burn)

...

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 NameBurn 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.

Action to Perform (Token Mint)

...

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:

  • Generate New
  • Reuse

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.

...

Enter an existing asset name.

Typically a Hash Variable is used here.

...

Enter the amount to mint.

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.

...

Select field associated with IPFS Content ID.

...

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 an existing IPFS Content ID.

Typically a Hash Variable is used here.

Action to Perform (Token Transfer)

FormThis property will only appear when Wallet Handler isInternal.

Fields available here depends on the form selected from Form To Retrieve Account Data From property.

Transfer ADAGet 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.

Select list to retrieve stored transfered ADA data.

All fields from the selected list will be made available for field mapping in the sections below.

Receiver AddressThis property will only appear when Get Data From List isChecked.

Select field associated with receiver address.

Transfer AmountThis property will only appear when Get Data From List isChecked.

Select field associated with transfer amount.

ADA Transfers
Receiver AddressTransfer Amount

Enter the receiver's account address.

Typically a Hash Variable is used here.

Enter the amount to transfer.

Typically a Hash Variable is used here.

Transfer Native TokensGet 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.

Select list to retrieve stored transfered native tokens data.

All fields from the selected list will be made available for field mapping in the sections below.

Policy IDThis property will only appear when Get Data From List isChecked.

Select field associated with policy ID.

Asset NameThis property will only appear when Get Data From List isChecked.

Select field associated with asset name.

Receiver AddressThis property will only appear when Get Data From List isChecked.

Select field associated with receiver address.

Transfer AmountThis property will only appear when Get Data From List isChecked.

Select field associated with transfer amount.

Native Token Transfers
Policy IDAsset NameReceiver AddressTransfer Amount

Enter existing policy ID of a native token.

Typically a Hash Variable is used here.

Enter an existing asset name.

Typically a Hash Variable is used here.

Enter the receiver's account address.

Typically a Hash Variable is used here.

Enter the amount to transfer.

Typically a Hash Variable is used here.

Transfer NFTsGet 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.

Select list to retrieve stored transfered NFTs data.

All fields from the selected list will be made available for field mapping in the sections below

Policy IDThis property will only appear when Get Data From List isChecked.

Select field associated with policy ID.

Asset NameThis property will only appear when Get Data From List isChecked.

Select field associated with asset name.

Receiver AddressThis property will only appear when Get Data From List isChecked.

Select field associated with receiver address.

NFT TransfersPolicy IDAsset NameReceiver Address

Enter existing policy ID of a native token.

Typically a Hash Variable is used here.

Enter an existing asset name.

Typically a Hash Variable is used here.

Enter the receiver's account address.

Typically a Hash Variable is used here

.


Store Response To Form

NameDescription
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 IDTo 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.