Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
0xpulkit opened this issue Jul 21, 2023 · 0 comments
Open

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

0xpulkit opened this issue Jul 21, 2023 · 0 comments
Labels
need/triage Needs initial labeling and prioritization

Comments

@0xpulkit
Copy link

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.

@0xpulkit 0xpulkit added the need/triage Needs initial labeling and prioritization label Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need/triage Needs initial labeling and prioritization
Projects
None yet
Development

No branches or pull requests

1 participant