authenticvision/digitalsoul

Default NFT name and description in Collection Settings

Closed this issue · 0 comments

We need to add some config options to the Collection-Settings, such as "Token Name", "Token Description".

  • The absolute minimum is "NFT Name" and "NFT Description"
  • We may need placeholders/variables, such as $ANCHOR, $ANCHOR_SHORT or similar, to embed NFT-specific information into the strings.
  • If the user specifies have NFT Name = "Duck $ANCHOR_SHORT" we wanna render something like "Duck 0x287..6aa" in the NFT-Metadata

image

Open question;

  • What is the preferred REGEX for such placeholders/variables
    • Option A: $MY_VAR
    • Option B: {MY_VAR}
    • Option C: [MY_VAR]
    • Option D: <MY_VAR>