Skip to content

[PAGE ISSUE] Batch-minting NFTs on Ethereum #306

@0xpulkit

Description

@0xpulkit

For this particular approach : https://nftschool.dev/guides/batch-minting/#piggyback-minting-for-erc-721-with-chainlink-gas-price-feed

We are storing Unminted NFTs in an array everytime if the gas is high but we need to take in consideration of the fact that now we are writing to an additional array in the contract which uses the global memory (Storage) and eventually writing to this and reading while minting costs additional cost for each mint. So this approach in my opinion really doesn't help with respect to batch minting.

Metadata

Metadata

Assignees

No one assigned

    Labels

    need/triageNeeds initial labeling and prioritization

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions