Need to know how to easily generate 10,000+ NFTs in 5 minutes? Watch this: kzbin.info/www/bejne/onenoXWjpKlpaKM
@agnaldovalentim Жыл бұрын
Hi! Thanks a lot for the video! But I have a problem. Can you help me? I used your tutorial to generate a collection of 6k NFTs, but I can't mint many NFTs at the same time because the metamask says it can't mint the gas correctly. how to solve it? The information is correct! MAX_TOKENS = 6000; uint private constant TOKENS_RESERVED = 100; uint public price = 100000000000000; uint256 public constant MAX_MINT_PER_TX = 5900;
@sankaudaya3417 ай бұрын
Hi sir, I'm in a big trouble. can u help me.. I loss my ethereum using remix site. How can I withdraw my eth to my metamas wallet.. pls help.. How can I contact u.. Pls help..
@sly_web32 жыл бұрын
Bro this is amazing thank you so much. I'm surprised at how little NFT minting contract tutorials there are on KZbin. You explained this so well.
@ReeceHunter2 жыл бұрын
Glad you liked it!
@paone9851 Жыл бұрын
exactly..
@luckz770 Жыл бұрын
how do you upload images and metadata? Also, how do you create a website with a 'mint' button?
@TheReactionBooth11 ай бұрын
NOONE SHOWS THAT
@MatthewParkers2 жыл бұрын
This is awesome! Thank u mate for ur lessons, i ve subscribed since solana lessons, hopefully u will continue ur lessons. Ohh yeah, im work in crypto, cause i saw ur lesson in the past, and now im game developer in solana and ton, thank u, no, THANK U!!!!!
@Jrej_dev2 жыл бұрын
Wow that's amazing! Well done.
@ReeceHunter2 жыл бұрын
This is great to hear! I'm glad my videos have been a big help to you!
@funandsatisfyingwithnature Жыл бұрын
If I want to mint 10k at once mint per wallet should be 10000??
@therealarieseffect Жыл бұрын
I just made my 1st (Goerli) TEST Net Smart Contract, Thank you!
@UCHIHA587 Жыл бұрын
awesome 👍 video very clear explanation
@NasSiddiq2 жыл бұрын
Hello bro. Thank you for the information. but I want to ask, when I want to verify and publish, the contract page doesn't appear. what do I have to do ?
@hassanabdulnour548910 ай бұрын
I have a question, please. I listed 1000 nft and all of them appeared in sell mode. How do we make it a buy, thank you
@TheReactionBooth11 ай бұрын
So how would I add my collection of 5000 images and the Json describing the details and traits to OpenSea? Where in the code would you upload the Json files?
@bigmanny Жыл бұрын
This was amazing! Very easy to follow. Thank you!
@riti9963 Жыл бұрын
Hey ??
@KamranKhan-yi9gq Жыл бұрын
All things I've done, to make smart contract but flatterer option is not showing what should I do?? and also please tell me if I've no partner then can I add same wallet address to "withdrawAll external payable onlyOwner" option?? please I need to know this asap I'll be glade if you'll help me to solve this situation.
@waeltarifi78102 жыл бұрын
13:48 when I am trying to mint, the transaction fails and I receive an error message : ''Transaction has been reverted by the EVM''. What should I do?
@amyflexi_my_Teleqram_id2 жыл бұрын
For more enquiries, reach out⬆️⬆️⬆️..
@dansierchio2 жыл бұрын
When you get to open sea and there are boxes to upload digital art work, is that where you upload your work , and is it an original piece? Thanks
@amyflexi_my_Teleqram_id2 жыл бұрын
For more enquiries, reach out⬆️⬆️⬆️.
@usamaansari4231 Жыл бұрын
What about withdrawAll function how can we recive minted amount from user in our wallet
@ahmadsadr9892 жыл бұрын
This tutorial is great. But where is the actual NFT e.g. the artwork actually stored?
@vecin04 ай бұрын
Thats the IPFS part but he doesnt go over that sadly
@AB.2472 жыл бұрын
Awesome and super easy video to follow. Do you or will you have a tutorial on how to host your own minting site on eth similar to the tutorial you had for Solana?
@WebWorksPro-v1z Жыл бұрын
And how do you get your actual NFTs to show on opensea?
@ContractorDeployer2 жыл бұрын
also when i try to use your updated contract i get this error: Error: not found contracts/DefaultOperatorFilterer.sol
@bobbyreiter-z8h Жыл бұрын
Hi Reece. Thanks for the video. The “flatener” is not available anymore. Is there any way that you could share the flattened version of the code with us? Thanks.
@dedfi-infinity9 ай бұрын
hey bro the code is not working there is a problem in line 71 can you please help me
@UA2WIN Жыл бұрын
Hi! Thanks a lot for your video. Am I understand correctly - you can't sell any NFT without contracts? I'm just starting to learn this theme and it's quite difficult for me for now. Thanks!
@user-ro8kj9kz6q Жыл бұрын
cant see flattener pluging
@m.n.5176 Жыл бұрын
Hi. My contract works fine on testnet but when i try to deploy on mainnet it doesnt work. Can someone help?Thanks
@vtanz Жыл бұрын
Very nice demo. Please explain the steps to prevent hacking while minting or after minting and prevent security, vulnerability issues
@josephchavira9 ай бұрын
Where are you getting all the copy and pasting info??
@christophergilcrest7418 Жыл бұрын
Reece thank you, easily best nft video out there. Quick question, with this contract is it possible to edit the metadata of an already minted NFT? Say you made a mistake in the metadata and the NFT is already minted, how would I edit that? I tried using the setbaseURI function. Would love any help, thank you!
@cuiziyou Жыл бұрын
what should we do there's no FLATTENER contract anymore
@zaimweb9496 Жыл бұрын
I'm facing this problem : We were not able to estimate gas. There might be an error in the contract and this transaction may fail. Gas it's very expansive
@riti9963 Жыл бұрын
!!!
@thecooleststufficouldfind Жыл бұрын
This is because you chose to mint all your NFTs yourself. You should set up your project so that the minting can be done by people who you have on your whitelist and a public mint. This allows the public to pay for the minting fees and deploys each NFT to the blockchain as they're minted by the people who are buying your NFTs. Not necessarily lazy minting but kind of. Just look up public mint lazy mint things like this and you'll see each person will have to pay $20 on average per NFT so it saves you a bunch of money and if they mint everything everything will appear on Open Sea, AND you get to say that you're sold out, which gives a little more value to your project because if you can sell 10,000 NFTs during a public mint process you will be much more successful
@riti9963 Жыл бұрын
@@thecooleststufficouldfind ❤❤
@unknown-pt2jq Жыл бұрын
@@thecooleststufficouldfind hey bro I want to learn about this can you help mee? I have a project
@viratvashisht78442 жыл бұрын
i got an error = devlaration error: identifier not found or not unique
@benlaorg5807 Жыл бұрын
Perfect, thank you!
@paulapoblete10902 жыл бұрын
so cool! I am learning python so I was able to follow the logic, but I am new to NFT and minting, where can I learn more? I want to explore becoming a smart contract developer. TIA!
@ReeceHunter2 жыл бұрын
Just keep watching KZbin videos and reading online!
@krisrichards6740 Жыл бұрын
For someone who has zero education on this, huge clap, was easily followable, i intend to copy and paste a contract, and edit the total supply, name of project, as it has the commands that i will use when i deploy my collection. looking through it, only part i feel i am a little stuck it with the ipfs, in your video very clear, string public baseExtension = ".Json."; is how it looks with the code i am seeing, would i be correct to remove the Json and replace with the direct link to the Cloud Pinata for ensuring it is using the correct metadata? much appreciate any help given, have a great day
@VM-iw6hn Жыл бұрын
I keep having “gas limit” errors, any solution? 🙏🏻
@doyoufeelluxi2 жыл бұрын
This entire time I’ve been hearing about smart contracts I thought that I could put whatever I want it in the contract. Basically, stating what utilities everyone will be receiving wants to purchase be the NFT.
@ReeceHunter2 жыл бұрын
You can, as long as you know how to code the utility you want
@sofiachuviniva6542 жыл бұрын
Hello! Thank you so much for the video! But I have a problem. Could you help me? After the mint nft, the images in the opensea are not loaded. But all the information is displayed. Actually, you have the same thing at the end of the video. How do I make the images themselves available?
@amyflexi_my_Teleqram_id2 жыл бұрын
For more enquiries, reach out⬆️⬆️⬆️.
@oroyplata4565 Жыл бұрын
Thank you very much for the information
@muyiming31942 жыл бұрын
Hey Reece i face a question etherscan can show my mint transaction but i can't find my contract in opeansea
@ReeceHunter2 жыл бұрын
On the main net or a test net?
@ContractorDeployer2 жыл бұрын
btw i followed these step by step, dont know if anything has changed since then but verifying the contract fails.
@Neo..isTheOne Жыл бұрын
How can I add more than one mint address?😢😢
@Kr1em2 жыл бұрын
Any chance you can make a tutorial on how to get the baseuri ipfs link? Trying to make a small collection for some friends but can't get any image to show. Would be a collection of 20 NFTs all the same image. Thanks !
@ReeceHunter2 жыл бұрын
Maybe! In the meantime, if you've managed to upload your images to ipfs, the URI should look follow this format: ipfs://xxxxxxxxxxx/
@NeXusShorts_ Жыл бұрын
@@ReeceHunter how to create a minting site?
@ianmcage65Күн бұрын
(the background music is distracting) thanks for the information and video.
@thinkcrypto8643 Жыл бұрын
How to do this on zksync
@imujjawal9609 Жыл бұрын
flattener p[lugin not visible
@user-ro8kj9kz6q Жыл бұрын
same problem, do you resolv?
@beztela24872 жыл бұрын
what testnet is relevant now? but The Rinkeby testnet explorer has been discontinued and set to read-only on October 5th, 2022.
@ReeceHunter2 жыл бұрын
Goerli
@josegregorioalbertigarcia20982 жыл бұрын
bro where are u getting all the codes u putting in there? can we have a link for that?
how to limit the max number of mint of one wallet?
@Iuliangi2230 Жыл бұрын
But how can i post this on my website
@hunainaslam53 Жыл бұрын
flattener pluging not show in plugin section
@user-ro8kj9kz6q Жыл бұрын
same problem, do you solved?
@mondhermo2406 Жыл бұрын
Thank you so much sir
@ContractorDeployer2 жыл бұрын
is this erc721a?
@jopadjr2 жыл бұрын
31st...Thanks Reece. I'm just wondering if you can insert (like an option button to convert to NFT) in an Android app
@amyflexi_my_Teleqram_id2 жыл бұрын
For more enquiries, reach out⬆️⬆️⬆️
@miguelgoncalves10012 жыл бұрын
Can i use the lazy minting function on this code??
@amyflexi_my_Teleqram_id2 жыл бұрын
For more enquiries, reach out⬆️⬆️⬆️..
@lagutakaku Жыл бұрын
How to create airdrop project for Cryptocurrencies
@UmarFarooq-mb1xo2 жыл бұрын
First of all thank you soo much for all these amazing videos. And my question is that I just joined Fiverr for smart contract development but i don't know how to deliver smart contract to client can you plss help me
@amyflexi_my_Teleqram_id2 жыл бұрын
For more enquiries, reach out⬆️⬆️⬆️..
@abderdh2 жыл бұрын
how i put the image/NFT I HAVE draw
@amyflexi_my_Teleqram_id2 жыл бұрын
For more enquiries, reach out⬆️⬆️⬆️..
@mrsnine8780 Жыл бұрын
İ don't have rinkeby network.
@buurduli43622 жыл бұрын
Hey Reece. This contract works perfectly but it doesn’t let me mint more than 1 per Transaction, I’ve tried multiple times and I did everything exactly in the video. can you help me please 🙏 ❤
@ReeceHunter2 жыл бұрын
What is your MAX_MINT_PER_TX variable set to? Did you alter the code in any way?
@buurduli43622 жыл бұрын
@@ReeceHunter I’ve sent you a DM on twitter with screenshots. please check when you can
OMG2 , NFT cant be trade by C2C, ppl just send the NFT to others for free..... OMG
@sankaudaya3417 ай бұрын
Hi sir, I'm in a big trouble. can u help me.. I loss my ethereum using remix site. How can I withdraw my eth to my metamas wallet.. pls help.. How can I contact u.. Pls help..
@moopersnfts Жыл бұрын
Make a video on this code is no longer working
@moopersnfts Жыл бұрын
hello bro
@channltest-qz2xy5 ай бұрын
omg, everyone can mint it , not only the contract deployer ...
@avisekhmishra3134 Жыл бұрын
THIS CODE DOSENT WORK ANY MORE
@phayaworks2 жыл бұрын
100% good tutorial, 0% code provided
@ReeceHunter2 жыл бұрын
So sorry! Here it is: github.com/reecehunter/youtube/blob/main/contracts/simple-nft.sol
@phayaworks2 жыл бұрын
@@ReeceHunter Thanks bro! 😉
@RaceleNFTs2 жыл бұрын
How much cost eth on smart contact
@RaceleNFTs Жыл бұрын
How much cost this time ?
@martinhansen17432 жыл бұрын
Yo, yet again another AMAZING video! you are legit the best to explain all this stuff, keep up the excellent work!! I have 2 questions I hope you may answer here or in a separate video since I assume many would be interested in knowing this: 1: How do I add a "allowList" function to the contract, where the mintPrice is different and they will be minting prior to "public"? 2: How do I make the images "preReveal" and reveal them later - let's say 24 hours later? If I have a collection size of 1000, do I need 1000 "unrevealed" images (like a black screen), or is 1 enough since it's the same image? I hope you have time to answer this in a separate video since I know many of my friends and people in my network watch your videos for help And yet again, thank YOU for sharing your knowledge and experience on this - I really appreciate it! EDIT: Saw you have made this: github.com/reecehunter/youtube/commit/80a3b3ee236b33837dac94c6dd1492b40dc4d531