Versions Compared

Key

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

...

This property will only appear when Backend Service is Blockfrost.

Paste in your generated mainnet/testnet project API key. See blockfrost.io.
NameDescription
Network Type

Select the network to mint assets on:

  • Mainnet
  • Preview Testnet
  • Pre-production Testnet

"Mainnet" uses assets with actual monetary value.

Please use the testnets for testing purposes.

Backend Service

Select the backend service you wish to use to execute your blockchain queries/transactions with:

  • Blockfrost
  • Koios

See Cardano Default Backend Plugin


Backend Service
Blockfrost Project KeyBlockfrost Project Key

Token Properties

NameDescription
Form

Select a form to retrieve minting data from.

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

Minting Account
Account Address

The account's address to mint and possess the freshly minted asset.

Account Mnemonic Phrase

This is the minter's account secret key required in order to perform actions with the minter's account.

Only accepts Hash Variable that points to the minter's encrypted stored mnemonic phrase.

Warning
titleCaution

Account Mnemonic Phrase MUST be strictly secured at all times, and only viewable to the intended user.

Do NOT key in the plain-text mnemonic phrase here.

Anyone who possesses this phrase has full unrestricted control and can do irreparable damage!

Minting Configuration
Minting 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 ID

This property will only appear when Minting Policy Handling is Reuse.

The policy ID to be reused for minting.

Typically a Hash Variable is used here.

Do note that only non-locked policies can be freely reused.
To learn more about minting policy, see: https://cardano-ledger.readthedocs.io/en/latest/explanations/policies.html#minting-policy

Policy Script

This property will only appear when Minting 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 Minting 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.

Fee Limit (ADA)

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.

Mint Type

Select the type of asset to mint:

  • Native Token
  • NFT
Token Name

This property will only appear when Mint Type is Native Token.

The token name (e.g.: MyFirstToken)

Token Symbol

This property will only appear when Mint Type is Native Token.

Typical 3 to 5 characters long, and all letters in UPPERCASE.

Amount To Mint

This property will only appear when Mint Type is Native Token.

Amount of native tokens to mint.

NFT Name

This property will only appear when Mint Type is NFT.

The NFT name (e.g.: My-NFT-Test).

NFT Description

This property will only appear when Mint Type is NFT.

To describe what this NFT is about.

NFT File Name

This property will only appear when Mint Type is NFT.

The actual file name represented by this NFT.

NFT File Type

This property will only appear when Mint Type is NFT.

Select the file type that this NFT represents:

  • PNG
  • JPEG
  • SVG
IPFS Content ID

This property will only appear when Mint Type is NFT.

The IPFS content ID of the file that you have obtained after uploading your file to an IPFS gateway.
Example: QmeRdF1aybs9VKMYKM8E5tFPW96ngJ8i76Lia763wVtNX6

Additional Metadata
Metadata

This property will only appear when Mint Type is Native Token.

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.

NFT Properties

This property will only appear when Mint Type is NFT.

Fields available here depends on the Form selected. Select the field(s) you wish to embed into the NFT metadata.

Written NFT metadata follows to the CIP-25 standard.

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 NFT metadata.

Store Minting Policy To Form

...