docs
Getting Started

Getting Started

A basic introduction to Super Deck

Read Also


The contract

0x4d846f419e26cd43428cc108f36423f1691cff27

To be able to mint, you have to become a creator first.

Once you are a creator, you can mint your cards. Be aware, we use dynamic fees based on your supply. Please check the terms section.

NFT metadata

You can generate your own card and use our emulator to make your image as a thumbnail for your NFT or use our API's. Please follow the community guidelines when creating your NFT metadata. A basic template is provided below:

template.json

{
    "name": "Arcane Mastery",
    "description": "The Wizard kidnaps an enemy through Ohrtip's portal.",
    "image": "https://superdeck.vercel.app/api/thumbs/0",
    "external_url": "",
    "animation_url": "https://superdeck.vercel.app/cards/0",
    "attributes": [
        {
            "trait_type": "FrontImage",
            "value": "https://brown-absolute-cicada-447.mypinata.cloud/ipfs/QmXaGtktFCwNCQX8ZVfaWpNucNJ3Q8jVMDvJ7Wsomnc9Xd",
            "display_type": null
        },
        {
            "trait_type": "BackImage",
            "value": "https://brown-absolute-cicada-447.mypinata.cloud/ipfs/QmdwKBqd6bGwVB7MKTCNyDXRPUYMEZV6RnhL2WYSWYAvMe",
            "display_type": null
        },
        {
            "trait_type": "CharacterCardImage",
            "value": "https://brown-absolute-cicada-447.mypinata.cloud/ipfs/QmNXbXcNjbgo1xdrXc1aR5wdZJMmD5wDFdC2YgcrEAcBEZ",
            "display_type": null
        },
        {
            "trait_type": "Type",
            "value": "GAME",
            "display_type": null
        },
        {
            "trait_type": "Level",
            "value": 1,
            "display_type": null
        },
        {
            "trait_type": "Power",
            "value": 10,
            "display_type": null
        },
        {
            "trait_type": "Character.Id",
            "value": "992b71a1-217e-4361-89ef-adf85ee6c288",
            "display_type": null
        },
        {
            "trait_type": "Character.Name",
            "value": "Luphryn Zigfrak",
            "display_type": null
        },
        {
            "trait_type": "Character.Gender",
            "value": "MALE",
            "display_type": null
        },
        {
            "trait_type": "Character.Bio",
            "value": "The Wizard is a master of arcane arts, wielding a wide array of spells and enchantments. With years of study and practice, they can manipulate the elements, summon creatures, and cast devastating spells to control the battlefield.",
            "display_type": null
        },
        {
            "trait_type": "Character.Image",
            "value": "https://brown-absolute-cicada-447.mypinata.cloud/ipfs/Qmbn7DwptCW9eLseHTcnRwS3SDnGMvj23vjTreMuJWHD4u",
            "display_type": null
        },
        {
            "trait_type": "Character.BirthPlace",
            "value": "Suzemore Thurp",
            "display_type": null
        },
        {
            "trait_type": "Character.Kingdom",
            "value": "Arcana",
            "display_type": null
        },
        {
            "trait_type": "Character.Phylum",
            "value": "Zyluphtaos",
            "display_type": null
        },
        {
            "trait_type": "Character.Class",
            "value": "Hartrecian",
            "display_type": null
        },
        {
            "trait_type": "Character.Order",
            "value": "Helger",
            "display_type": null
        },
        {
            "trait_type": "Character.Family",
            "value": null,
            "display_type": null
        },
        {
            "trait_type": "Character.Genus",
            "value": "Wizard",
            "display_type": null
        },
        {
            "trait_type": "Character.Species",
            "value": "Zylupht",
            "display_type": null
        },
        {
            "trait_type": "Character.Multiverse",
            "value": null,
            "display_type": null
        },
        {
            "trait_type": "Deck.Id",
            "value": "292d42a2-8355-440f-892c-7b77053e6a5d",
            "display_type": null
        },
        {
            "trait_type": "Deck.Name",
            "value": "Originals",
            "display_type": null
        },
        {
            "trait_type": "Deck.Description",
            "value": "SuperDeck Originals is an exclusive collection that captures the essence of RPG universes in a unique digital format. Iconic characters, magical worlds, and legendary artifacts, meticulously designed to reflect the depth and immersion that RPG fans cherish.",
            "display_type": null
        },
        {
            "trait_type": "Deck.Image",
            "value": "https://brown-absolute-cicada-447.mypinata.cloud/ipfs/Qmd89v1YV9wdFC4jcaxrpUYVhv1npPFRNnASPajveJMx9n",
            "display_type": null
        },
        {
            "trait_type": "Deck.CreatorSignature",
            "value": "Super Deck",
            "display_type": null
        },
        {
            "trait_type": "Deck.Link",
            "value": "https://superdeck.vercel.app",
            "display_type": null
        },
        {
            "trait_type": "Deck.Category",
            "value": "GAMES",
            "display_type": null
        }
    ]
}