Cardano Transaction Executor Token Mint

Introduction

The Cardano Transaction Executor - Token Mint plugin allows you to mint native tokens and NFTs on the Cardano blockchain. You can customize the minting process with policy scripts and manage assets, making the process flexible and easy to configure.

Get started

Configure token mint properties

  • Form: This property will only appear when the Wallet Handler is Internal.

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

Minting configuration

  • Policy Handling: Select the method for the minting policy upon minting assets:
    • Generate New
    • Reuse
      Note that at the time of writing, the Generate New method only creates a non-locking single issuer minting policy.
  • Enable Custom Policy Script
    This option will only appear when Minting Policy Handling is Generate New.
    Check the option to enable a custom policy script.
  • Policy Script (Manual): This property will only appear when Enable Custom Policy Script is Checked.
    Enter your custom policy in JSON format.
    The use of the Hash Variable is also accepted.
    Default policy will be used if left empty.
  • Policy Secret Keys (Manual): This property will only appear when Enable Custom Policy Script is Checked.
    Paste in your custom policy secret key.
    The use of the Hash Variable is also accepted.
  • Policy Script: 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.
  • Policy Secret Key: This property will only appear when Policy Handling is Reuse.
    The policy secret key is associated with the policy ID.
    Only accepts a Hash Variable that points to the encrypted, stored policy secret key.

Mint native tokens

  • Get Data from List: Check the option to retrieve native token data from a list.
  • List (Mint Native Tokens): This property will only appear when the Get Data From List is Checked.
    Select the list to retrieve stored minted native tokens data.
    All fields from the selected list will be available for field mapping in the below sections.
  • Asset Name: This property will only appear when the Get Data From List is Checked.
    Select the field associated with the asset name.
  • Mint Amount: This property will only appear when the Get Data From List is Checked.
    Select the field associated with the minting amount.
  • Receiver Address: This property will only appear when the Get Data From List is Checked.
    Select the field associated with the receiver address.
  • Native Token Mints
    • Asset Name: Enter an existing asset name.
      Typically, a Hash Variable is used here.
    • Mint Amount: Enter the amount to mint.
      Typically, a Hash Variable is used here.
    • Receiver Address: Enter the receiver's account address.
      Typically, a Hash Variable is used here.

Mint NFTs

  • Get Data from List: Check this option to retrieve NFTs data from a list.
  • List (Mint NFTs): This property will only appear when the Get Data From List is Checked.
    Select the list to retrieve stored minted NFTs data.
    All fields from the selected list will be available for field mapping in the below sections.
  • NFT Name: This property will only appear when the Get Data From List is Checked.
    Select the field associated with NFT Name.
  • NFT Description: This property will only appear when the Get Data From List is Checked.
    Select the field associated with NFT Description.
  • File Name: This property will only appear when the Get Data From List is Checked.
    Select the field associated with the File Name.
  • File Type: This property will only appear when the Get Data From List is Checked.
    The extension of the file.
    Example: .png, .jpeg, etc.
    Typically, strings are used here.
  • IPFS Content ID: This property will only appear when the Get Data From List is Checked.
    After uploading your file to IPFS, the IPFS content ID will be attached as the NFT metadata.
    Example: QmeRdF1aybs9VKMYKM8E5tFPW96ngJ8i76Lia763wVtNX6
  • Receiver Address: This property will only appear when the Get Data From List is Checked.

    Select the field associated with the receiver address.

  • NFTs Mints:
    • Asset Name: Enter an existing asset name. Typically, a Hash Variable is used here.
    • NFT Description: Enter the NFT description. Typically, a Hash Variable is used here.
    • File Name: Enter an existing file name. Typically, a Hash Variable is used here.
    • File Type: Enter the file extension. Typically, strings are used here.
    • IPFS Content ID: Enter the IPFS Content ID. Typically, a Hash Variable is used here.
    • Receiver Address: Enter the receiver's account address. Typically, a Hash Variable is used here.
Created by Julieth Last modified by Aadrian on Nov 19, 2024