Versions Compared

Key

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

...

Form

This property will only appear when Wallet Handler isInternal.

Fields available here depends 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

Do 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 option to enable custom policy script.

Policy Script (Manual)

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.

Policy Secret Keys (Manual)

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.

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 that 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 option to retrieve native tokens data from a list.

List (Mint Native Tokens)

This property will only appear when Get Data From List isChecked.

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.

Asset Name

This property will only appear when Get Data From List isChecked.

Select field associated with asset name.

Mint Amount

This property will only appear when Get Data From List isChecked.

Select field associated with minting amount.

Receiver Address

This property will only appear when Get Data From List isChecked.

Select field associated with receiver address.

Native Token Mints
Asset NameMint AmountReceiver 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.


Mint NFTs
Get Data from List

Check option to retrieve NFTs data from a list.

List (Mint NFTs)

This property will only appear when Get Data From List isChecked.

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.

NFT Name

This property will only appear when Get Data From List isChecked.

Select field associated with NFT Name.

NFT Description

This property will only appear when Get Data From List isChecked.

Select field associated with NFT Description.

File Name

This property will only appear when Get Data From List isChecked.

Select field associated with File Name.

File Type

This property will only appear when Get Data From List isChecked.

The extension of the file.

Example: .png, .jpeg, etc.

Typically strings are used here.

IPFS Content ID

This property will only appear when Get Data From List isChecked.

Select field associated with IPFS Content ID.

The IPFS content ID of the file after uploading your file to IPFS. This value will be attached as the NFT metadata.
Example: QmeRdF1aybs9VKMYKM8E5tFPW96ngJ8i76Lia763wVtNX6

Receiver Address

This property will only appear when Get Data From List isChecked.

Select field associated with receiver address.

NFTs Mints
Asset NameNFT DescriptionFile NameFile TypeIPFS Content IDReceiver 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.


...