Lesson14: Minting numerous NFTs #912
Answered
by
PatrickAlphaC
ZahraaHawie
asked this question in
Q&A
-
Hello.. I just wanted to ask if is it possible through the code of Lesson14 to mint like 10,000 NFTs with different metadata? How can we do it if it works? Thanks @PatrickAlphaC @ali-thegilfoyle |
Beta Was this translation helpful? Give feedback.
Answered by
PatrickAlphaC
Jul 12, 2022
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Just add a function that can call |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
PatrickAlphaC
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just add a function that can call
_mint
X number of times.