• Resolved skroboladam

    (@skroboladam)


    Hi,
    great plugin.
    How does it work when Automatic Minting is disabled?
    When is the NFT minted then?

    And another question is what data can/should be included in Metadata?
    I’ve read on bsc docs that JSON format is correct.

    And another one:
    Is the token ID on product page just n+1 number for every new nft?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author lukaskotol

    (@lukaskotol)

    Hi,

    How does it work when Automatic Minting is disabled?
    When is the NFT minted then?

    When Automatic minting is disabled, you need to specify the URL and token id for every NFT token you are minting. If you have enabled Automatic minting, then the token id will be incremented from 0, adding one for each minted NFT and the URL will be the same for all NFT’s.

    And another question is what data can/should be included in Metadata?
    I’ve read on bsc docs that JSON format is correct.

    In the Metadata there should be some info about the Token or link to web page of the token. I found which could help you:
    https://nftschool.dev/reference/metadata-schemas/#ethereum-and-evm-compatible-chains
    https://forum.openzeppelin.com/t/how-to-provide-metadata-for-erc721/4057

    Is the token ID on product page just n+1 number for every new nft?
    If you have enabled Automatic minting, then yes, it is n+1. If you disable AM then you need provide your custom token id to every NFT token you need to mint.

    Thread Starter skroboladam

    (@skroboladam)

    Thank you,
    few more questions comes to my mind:

    When Automatic minting is disabled, you need to specify the URL and token id for every NFT token you are minting. If you have enabled Automatic minting, then the token id will be incremented from 0, adding one for each minted NFT and the URL will be the same for all NFT’s.

    I see – when AM is disabled then new product is created, I have to edit it and provide ID and URL. And then is it minted at the moment of updating (saving changes) the product?

    Any hints on automatic creation of JSON file based on product name, description and product image? I’m willing to upload images to IPFS and because every NFT would need unique JSON, I don’t really get the idea of AM based on the same JSON.

    I’m also interested in “lazy minting” – I mean that NFT is minted when sold/payed. Any plans on future updates?

    Hi great plugin, I agree that it would be a great feature if upon product creation, the plugin uploads the image to IPFS and use custom fields to generate metadata.

    Is this possible?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[NSFW] Nonautomatic minting’ is closed to new replies.