Great video, I like that you use TS and config for the more convinient dev experience. Do you plan to create a more detailed explanation video for this code ? Would be sooo great :)
This is such a perfect tutorial! Fantastic contract and starter minting app! The contract has absolutely everything I was looking for. Again, thank you!
Where to find the private key mentioned in the video to be pasted in env? Is this the same private key we export from metamask or is it something else? What is burner wallet? Can someone explain it to me?
Thank you Daniel for yet another great video. 2 clarifications: 1) Will it automatically connect with opensea Account? 2) How to set Royalty feature in the smart contract for secondary sales?
Great tutorial! How would we do deployment to host this app? I tried a lot of things and not working, since there are connections from 'minting-dapp' to 'smart-contract' directories, so they would have to be 2 separate apps?
How to redirect after tokens minted to a thank you or successful page. It seems we are stucked on the same page after successfully minted the desired amount.
Great Video! One question though, seems the new test networks are not in hardhat, how do I add sepolia instead of rinkeby as that is now deprecated?. Thanks
Hey Daniel and Marco, thank you very much for all this learning. This contract is very nice, now how could add the random mint functionality from the wemint washington? could you make a video on that plis?!
Hey Daniel, great videos! Thank you. after following your low gas video, which you had no constructor args there, and you also didn't have optimization enabled. and when depoloying, you had no need to put in the abi details, i accidentally had my "enable optimization" and had trouble verifying my contract on the test network.
Awesome Tutorial Daniel! Thanks so much! BTW can we deploying this contract also on Polygon ? Or juste on Ethereum ? And what about the DAO ? Can be react with this contract? Greetings 🙏🏻
What a great video! I just want to know you can make a video on how to make a delay revealed NFT, not the reveal function where it reveals all the NFTs at once but just NFT that has been minted. Thank you!
Absolutely Legend , I'm not a programmer but i watched your videos a lot and now i can read the codes and change a little bit I followed your tutorial and deployed on mumpai test net everything is great but all the names are ETH and i couldn't find where to change can you make version for polygon ?
Hi! Great video. So we can use this new contract as the ultimate ERC721 collection contract right? Want to make sure Im understanding the Merkle addresses correctly. So we can fully deploy the contract with no whitelist addresses (this way we can market once they are already contracted and give away whitelist spots), then we can add the addresses at a later date even though the contract is already deployed to Mainnet? Do you know how much each address will cost to add around? Compared to the other way that was expensive to add whitelist addresses. Thank you!
does anyone know how to deal with this problem --> "Internal JSON-RPC error.{"code":-32000,"message":"execution reverted"} I'm trying to mint 10k nft with a solidity smart contract through RemixIDE & I get that error. Im not a programmer & Its been a week now Please help me
Thank you so much for all you helped us a lot, Regarding the upload of Dapp to static server I Had an error on that it doesn't work can you explain How to upload it?
Hello, always lots of compliments. Do you plan to do one day Marco and you the same tutorial but with the Polygon mainnet network? Thanks again for all the help you are giving.
Hey, could you tell me what the next step is after setting my NFTs up for minting? How do I deploy them on opensea? Do I just mint the rest so I have it in the wallet and then reveal them?
@@HashLipsAcademy Thank you, that's very nice of you! Harmony NFTs are not that big yet, but the cross chain compatibility and low fees make it a good option. I'm looking to get in early and launch a collection there instead of Solana
Hi, congratulations for your tutorials, I have a problem on the cli, when I do yarn deploy --network rinkeby, I do have a contract address, but there is nothing on rinkeby, and I can see that the test wallet has used gas O_o' what's wrong doc ?
Great video and thanks for making it easy to follow. When I ran Yarn for dependencies it gave me this error "error Couldn't find the binary git". Help would be appreciated.. i'm running on windows 10
just curious, are we able to configure the base price of our nft so that when it is listed on Opensea, they are all listed with the base price rather than needing to manually input every nft's price?
i have the newest version of node.js , but yarn refuses to install on my powershell terminal (i have windows 10). how can i get past this? i cant find any info online
Is it due to being on windows that when I go to do corepack enable or sudo corepack enable, it doesn't do anything? It just shows the error message and keeps reshowing that.
Thank you so much for all your videos! I have learn a lot from them. Regarding this particular contract, are the royalties from every transaction of the NFT life already included in the code or are the ones at the end just for the mint?
Great video! Just a quick question, maxMintAmountPerTx means that this is the max amount to be minted per wallet or when someone mint and refresh the page one can buy an nft again?
For these commands to work on Windows10/11 make sure to do the following: Press the windows-button on your keyboard. Type ‘PowerShell’ Right-click Windows PowerShell Click Run as Administrator Run the following command and confirm with ‘Y’ Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine
Thank you, is this safe to have set to RemoteSigned all the time or should I change back to restricted after? I'm not too knowledgeable with this stuff
Amazing video again! There is nobody out there that explains NFT minting/smartcontract/etc better than you on UA-cam. Thank you so much!
Thank you for another great tutorial! Every NFT dev begineer need to watch your video first lol.
AMOOOOOOOO ESTE CANAL! DIOS HASHLIPS, el mejor canal!
great tutorial as always, waiting for polygon implementation :)
yes, would be great
insane work tbh, huge congrats, hope you are having fun doing this because i consider it as art, you make it way too easy to understand.
You are truly an NFT Guru
Thanks a lot for your videos. I can’t stop thanking. Helpful for people like me to learn the entire nft thing.
Your content is very easy to follow! I'm learning a lot from your channel! Thank you very much! :)
like and comment before watching it , much respect
Thank you as always
Great video, I like that you use TS and config for the more convinient dev experience. Do you plan to create a more detailed explanation video for this code ? Would be sooo great :)
Great content. I love how you've separated the front end tailwind code, Super clean 👌
as always bru! thank you very much for your videos and the help you are providing! A legend!
Extremely great video! Thank you so much! HashLips is so cool! Best thing ever!
Waiting for your video about the whitelist smart contract with merkle tree
Yea this solution uses a merkle tree
Yes need this video
@@bellmed3065 9cha3tek mghriby gha mn dik toph hahahah
@@ZE-R0 dziri khoya
Thank you sir! Truly a man of the people and an excellent learning resource. cheers!!
thank you so much. These videos are so helpful! I hope you put any 5% you get from me straight to the lambo fund!
This is such a perfect tutorial! Fantastic contract and starter minting app! The contract has absolutely everything I was looking for. Again, thank you!
hello, minted photos are not showing on opensea. do you know why?
Thank you so much for these great tutorials, they have been extremely helpful
amazing video!! thank you so much for this HL. one suggestion for next video is how to add royalties to the smart contract itself ? thank you!!
Thanks again for another amazing tutorial.
Thank you for the support
If you get the that error ---> Couldn't find the binary git,
what worked for me was to run "npm install" befor running "yarn".
tutorial on how to make a minting dapp with react from SCRATCH would be awesome
When a Video with ERC721A with WL and presale? Thanks for all!!
Where to find the private key mentioned in the video to be pasted in env? Is this the same private key we export from metamask or is it something else? What is burner wallet? Can someone explain it to me?
Thank you Daniel for yet another great video. 2 clarifications:
1) Will it automatically connect with opensea Account?
2) How to set Royalty feature in the smart contract for secondary sales?
Yep it’s gonna connect
When u create the collection by uploading the contract, u can manage The royality in opensea
Great tutorial!
How would we do deployment to host this app?
I tried a lot of things and not working, since there are connections from 'minting-dapp' to 'smart-contract' directories, so they would have to be 2 separate apps?
This is pretty f#&$ing awesome. Thank you thank you thank you
How to redirect after tokens minted to a thank you or successful page. It seems we are stucked on the same page after successfully minted the desired amount.
you are so cool! REAL LEGEND! BRAVO
I have a suggestion, do a tutorial using the new ERC721A for even more gas saving contract!
and as usual love your videos man 🔥🔥
Thanks I love the suggestion
Great Video! One question though, seems the new test networks are not in hardhat, how do I add sepolia instead of rinkeby as that is now deprecated?. Thanks
Hey Daniel and Marco, thank you very much for all this learning. This contract is very nice, now how could add the random mint functionality from the wemint washington? could you make a video on that plis?!
Hey Daniel, great videos! Thank you. after following your low gas video, which you had no constructor args there, and you also didn't have optimization enabled. and when depoloying, you had no need to put in the abi details, i accidentally had my "enable optimization" and had trouble verifying my contract on the test network.
Hey Daniel. I wish you teach us how to create breeding nft collections. That would be amazing. Thanks alot for this one.
I agree!
Awesome Tutorial Daniel! Thanks so much! BTW can we deploying this contract also on Polygon ? Or juste on Ethereum ? And what about the DAO ? Can be react with this contract? Greetings 🙏🏻
What a great video! I just want to know you can make a video on how to make a delay revealed NFT, not the reveal function where it reveals all the NFTs at once but just NFT that has been minted. Thank you!
What would I need to change in infura and visual
Studio to deploy on polygon? Love you guys
What hosting would you recommend to keep up with high traffic loads?
hashlips You did it again 🎖️🎖️🎖️🎖️🎖️
Absolutely Legend , I'm not a programmer but i watched your videos a lot and now i can read the codes and change a little bit
I followed your tutorial and deployed on mumpai test net everything is great but all the names are ETH and i couldn't find where to change can you make version for polygon ?
is it different for windows users because node -v and any of those other commands give me error messages only. Is there something I'm doing wrong ?
Hi! Great video. So we can use this new contract as the ultimate ERC721 collection contract right? Want to make sure Im understanding the Merkle addresses correctly. So we can fully deploy the contract with no whitelist addresses (this way we can market once they are already contracted and give away whitelist spots), then we can add the addresses at a later date even though the contract is already deployed to Mainnet? Do you know how much each address will cost to add around? Compared to the other way that was expensive to add whitelist addresses. Thank you!
Hey did you get an answer I have the same question
not sure on cost as it will depend on gas, but yes, you can run the whitelist open command and it will use the up to date list.
Thank you So much Daniel How about Base please i need a response 🙏
hey can you tell me how to make dynamic smart contract? like how to do use it as other people are doing,like it changes over time and all that?
does anyone know how to deal with this problem --> "Internal JSON-RPC error.{"code":-32000,"message":"execution reverted"}
I'm trying to mint 10k nft with a solidity smart contract through RemixIDE & I get that error.
Im not a programmer & Its been a week now Please help me
Is it possible to change the total supply after deploying the contract?
Thank you so much for all you helped us a lot, Regarding the upload of Dapp to static server I Had an error on that it doesn't work can you explain How to upload it?
sir,,plz answer my question
can u make a saperate a video on how to list NFTs in bulk after minting
Hello, always lots of compliments.
Do you plan to do one day Marco and you the same tutorial but with the Polygon mainnet network? Thanks again for all the help you are giving.
Hey, could you possibly do a video on how to create a DAO and token that you can use for your nft?
Hey, could you tell me what the next step is after setting my NFTs up for minting? How do I deploy them on opensea? Do I just mint the rest so I have it in the wallet and then reveal them?
Great tutorial, you always bring the best value in the space. It would be awesome to see the same code applied to ERC721a
Helpline 📲📩
QUESTIONS CAN COME IN ⬆️⬆️ 🆙☝️.
Thank you for another great tutorial! I'm trying to launch my collection on HarmonyOne (HRC721). Do you know how similar the process would be?
Only a pleasure, no but I will look into that
@@HashLipsAcademy Thank you, that's very nice of you! Harmony NFTs are not that big yet, but the cross chain compatibility and low fees make it a good option. I'm looking to get in early and launch a collection there instead of Solana
Hi, congratulations for your tutorials,
I have a problem on the cli, when I do yarn deploy --network rinkeby, I do have a contract address, but there is nothing on rinkeby, and I can see that the test wallet has used gas O_o' what's wrong doc ?
do they published on market place like open sea with this process
big thanks to you for this videos
Love it.
I can us the polygon network for this ?
Omg! Been looking for this sins 50 B.C ! 😂...not all heroes wear capes! Thank you so much. Now about that 5%...can i change it to 1,5% 😩
Great video and thanks for making it easy to follow.
When I ran Yarn for dependencies it gave me this error "error Couldn't find the binary git". Help would be appreciated.. i'm running on windows 10
Hello, sorry, were you able to solve this error?
@@Helfroy did u solved?
just curious, are we able to configure the base price of our nft so that when it is listed on Opensea, they are all listed with the base price rather than needing to manually input every nft's price?
So the whitelisting logic is built in the dapp right? so if someone mints directly through EtherScan, they would be able to. Right?
Amazing content! Your video are very helpful and your communication is very great!
There’s any way to do this on Solana BlockChain? (Smart contract)
Yes I do have a video on that but will make an updated one too
Hey Mr. daniel
Is that Free gas fee ? Can i mint without ETH On my mainnet
I was wondering the some thing. Can you use polygon?
Awsome as alwaaays
Great video ! when will you make nft-erc-721-collection repo public?
How to add Whitelist address, set whitelist open and closed, presale and public sale through etherscan?
Great video!. I would like to know after creating and deploying your contract, how do make everything display on Open Sea?
Helpline 📲📩
QUESTIONS CAN COME IN ⬆️⬆️ 🆙☝️.
Great video! What do I do if I do not want hidden metadata? Cheers
i have the newest version of node.js , but yarn refuses to install on my powershell terminal (i have windows 10). how can i get past this? i cant find any info online
So we don’t have to use remix again ??? Can we upload more then one collection in same contract? Or every collection need new smart contract?
I'm getting an error Couldn't find the binary git while installing yarn, in the smart contract directory
When I did "yarn", it navigate to download xcode. Can you help me please.
Thank you for this so much hashlips but the question is this can you also use this code to deploy on the polygon blockchain.
How can I deploy a smart contract on a Layer 2 like Optmism? What changes?
If I close the workspace and I wanna back to it after long time can I get back or I don’t need it after I build the smart contract? Thanks
If I try and WL mint from contract on etherscan, it's asking for a merkleproof hash I think? What exactly goes in here? Cheers :)
Is this also for an own nft website and not for Opensea video? confused :( If I can use it for Opensea also, which parts do I need to skip?
hey bro please make a video tutorial for making nft on the harmony network
Is it due to being on windows that when I go to do corepack enable or sudo corepack enable, it doesn't do anything? It just shows the error message and keeps reshowing that.
I'm having the same issue
did you fix it?
Try npm i -g corepack
You could have also included on how to operate it through remix
Thanks ! It's possible to access the link of github who you explain in your video ?
Yeas please enter it in the url I will update the info soon
Nice one mate ,how to make packs drops ...its mean a pack with random nfts inside?
Do you also add Polygon support?
Can we use this code for polygon network
How can I put a background image in the html website?
Just curious about the hidden metadata. Is that required or can I make my collection visible from the start?
when will you launch it for polygon waiting........... need your personal help in so many things😔😔😔
Can u tell me how to find out how much it take to deploy this smart contract project ?
how does the sniper proof meta data work with this?
Thank you so much for all your videos! I have learn a lot from them. Regarding this particular contract, are the royalties from every transaction of the NFT life already included in the code or are the ones at the end just for the mint?
Does this work If I were to use polygon network or Solana?
How do you withdraw? I didn't see a command for that
Thank you hashlips
Great. Could you do the same Solana based. Thanks
Awesome info once again! How do you determine the cost to deploy?
Hello guys , do you know if this works for polygon ?
Great video! Just a quick question, maxMintAmountPerTx means that this is the max amount to be minted per wallet or when someone mint and refresh the page one can buy an nft again?
That's max amount per Transaction, not per wallet. That's is not implemented in this contract
@@JuanNunez-pi1pu thanks for the answer!
For these commands to work on Windows10/11 make sure to do the following:
Press the windows-button on your keyboard.
Type ‘PowerShell’
Right-click Windows PowerShell
Click Run as Administrator
Run the following command and confirm with ‘Y’
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine
Thank you, is this safe to have set to RemoteSigned all the time or should I change back to restricted after? I'm not too knowledgeable with this stuff
Can the same be done in polygon ?
When I deploy the contract it says the network rinkeby doesn't exist.