Amazing video again! There is nobody out there that explains NFT minting/smartcontract/etc better than you on KZbin. Thank you so much!
@Leprochant2 жыл бұрын
AMOOOOOOOO ESTE CANAL! DIOS HASHLIPS, el mejor canal!
@ghozalilandnft46733 жыл бұрын
Thank you for another great tutorial! Every NFT dev begineer need to watch your video first lol.
@hrk12 жыл бұрын
You are truly an NFT Guru
@helas29392 жыл бұрын
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.
@simirastreams3 жыл бұрын
great tutorial as always, waiting for polygon implementation :)
@joaobrasil36893 жыл бұрын
yes, would be great
@krrptzd3 жыл бұрын
Thanks a lot for your videos. I can’t stop thanking. Helpful for people like me to learn the entire nft thing.
@JetFighters53 жыл бұрын
like and comment before watching it , much respect
@HashLipsAcademy3 жыл бұрын
Thank you as always
@yoshikagarner66553 жыл бұрын
Your content is very easy to follow! I'm learning a lot from your channel! Thank you very much! :)
@szamtamas8382 жыл бұрын
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 :)
@blainewordly91343 жыл бұрын
Great content. I love how you've separated the front end tailwind code, Super clean 👌
@ohforpetesake3 жыл бұрын
as always bru! thank you very much for your videos and the help you are providing! A legend!
@angiemartineaux90283 жыл бұрын
Extremely great video! Thank you so much! HashLips is so cool! Best thing ever!
@anonymoustruth48613 жыл бұрын
thank you so much. These videos are so helpful! I hope you put any 5% you get from me straight to the lambo fund!
@eladezra17112 жыл бұрын
I have a suggestion, do a tutorial using the new ERC721A for even more gas saving contract! and as usual love your videos man 🔥🔥
@HashLipsAcademy2 жыл бұрын
Thanks I love the suggestion
@Yop200003 жыл бұрын
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!!
@ITSH4WK3 жыл бұрын
This is such a perfect tutorial! Fantastic contract and starter minting app! The contract has absolutely everything I was looking for. Again, thank you!
@cese84452 жыл бұрын
hello, minted photos are not showing on opensea. do you know why?
@AimaginationHub3 жыл бұрын
Thank you sir! Truly a man of the people and an excellent learning resource. cheers!!
@freelanceplanner12342 жыл бұрын
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?
@chatrloesmasse13822 жыл бұрын
Yep it’s gonna connect When u create the collection by uploading the contract, u can manage The royality in opensea
@mderramus3 жыл бұрын
hashlips You did it again 🎖️🎖️🎖️🎖️🎖️
@frankohysaj65502 жыл бұрын
Thank you so much for these great tutorials, they have been extremely helpful
@ZE-R03 жыл бұрын
Waiting for your video about the whitelist smart contract with merkle tree
@HashLipsAcademy3 жыл бұрын
Yea this solution uses a merkle tree
@bellmed30652 жыл бұрын
Yes need this video
@ZE-R02 жыл бұрын
@@bellmed3065 9cha3tek mghriby gha mn dik toph hahahah
@bellmed30652 жыл бұрын
@@ZE-R0 dziri khoya
@michaeld.milson-madmanwith84523 жыл бұрын
Thanks again for another amazing tutorial.
@HashLipsAcademy3 жыл бұрын
Thank you for the support
@РИСОВАЯКАША-ы9х3 жыл бұрын
you are so cool! REAL LEGEND! BRAVO
@farhadsahak90133 жыл бұрын
Hey Daniel. I wish you teach us how to create breeding nft collections. That would be amazing. Thanks alot for this one.
@SparePartsCartoon3 жыл бұрын
I agree!
@anonymoustruth48613 жыл бұрын
This is pretty f#&$ing awesome. Thank you thank you thank you
@navparna Жыл бұрын
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
@JuanNunez-pi1pu3 жыл бұрын
When a Video with ERC721A with WL and presale? Thanks for all!!
@thionne2 жыл бұрын
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% 😩
@simosimo13463 жыл бұрын
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 🙏🏻
@TheArt0fRaw2 жыл бұрын
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.
@heyitsfinnvr73652 жыл бұрын
tutorial on how to make a minting dapp with react from SCRATCH would be awesome
@freelanceplanner12342 жыл бұрын
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?
@aleksandarogrizovic11252 жыл бұрын
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?
@whataluckdydx70942 жыл бұрын
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!
@DreamStateLiving3 жыл бұрын
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!
@alexbonjean54713 жыл бұрын
Hey did you get an answer I have the same question
@joshhill81892 жыл бұрын
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.
@ricardogarcia76832 жыл бұрын
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?!
@mytripfinder3 жыл бұрын
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.
@chillmurry3 жыл бұрын
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 ?
@aylaripyadventures2 жыл бұрын
If you get the that error ---> Couldn't find the binary git, what worked for me was to run "npm install" befor running "yarn".
@foamformbeats2 жыл бұрын
What hosting would you recommend to keep up with high traffic loads?
@Dehyena9 ай бұрын
Thank you So much Daniel How about Base please i need a response 🙏
@ismaelbennis69512 жыл бұрын
Great tutorial, you always bring the best value in the space. It would be awesome to see the same code applied to ERC721a
@Shannonchats_my__Teleqram__id2 жыл бұрын
Helpline 📲📩 QUESTIONS CAN COME IN ⬆️⬆️ 🆙☝️.
@GenesisMix2 жыл бұрын
Awsome as alwaaays
@benjamincooney75942 жыл бұрын
Love it.
@mg-ro1pk2 жыл бұрын
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.
@sarazeestores3 жыл бұрын
Hey Mr. daniel Is that Free gas fee ? Can i mint without ETH On my mainnet
@KaiWenFranklin3 жыл бұрын
I was wondering the some thing. Can you use polygon?
@everythinggame72252 жыл бұрын
Great video!. I would like to know after creating and deploying your contract, how do make everything display on Open Sea?
@Shannonchats_my__Teleqram__id2 жыл бұрын
Helpline 📲📩 QUESTIONS CAN COME IN ⬆️⬆️ 🆙☝️.
@LukyBran2 жыл бұрын
Is it possible to change the total supply after deploying the contract?
@sergioflores55342 жыл бұрын
What would I need to change in infura and visual Studio to deploy on polygon? Love you guys
@BirbalTamang232 жыл бұрын
Great video ! when will you make nft-erc-721-collection repo public?
@invisiblekanaks71963 жыл бұрын
Thank you hashlips
@najibmansour34493 жыл бұрын
LLEGENNDD THANK U SOO INCREDIBALLY MUCH
@antonkorikov76203 жыл бұрын
It's hard to launch a collection when you know that an update from HL that will make it much better is coming in the next video))
@HashLipsAcademy3 жыл бұрын
;)
@ghozalilandnft46733 жыл бұрын
lol
@anashasan23423 жыл бұрын
do they published on market place like open sea with this process big thanks to you for this videos
@fullstackryan2 жыл бұрын
Great video! What do I do if I do not want hidden metadata? Cheers
@gangimathar2 жыл бұрын
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?
@0xtz_2 жыл бұрын
I can us the polygon network for this ?
@bm533 жыл бұрын
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?
@JuanNunez-pi1pu3 жыл бұрын
That's max amount per Transaction, not per wallet. That's is not implemented in this contract
@bm533 жыл бұрын
@@JuanNunez-pi1pu thanks for the answer!
@leggendi41142 жыл бұрын
Nice one mate ,how to make packs drops ...its mean a pack with random nfts inside?
@pawankprajapat45732 жыл бұрын
sir,,plz answer my question can u make a saperate a video on how to list NFTs in bulk after minting
@mrbeastfans47732 жыл бұрын
Thank you for this so much hashlips but the question is this can you also use this code to deploy on the polygon blockchain.
@LucasEscuder03 жыл бұрын
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?
@HashLipsAcademy3 жыл бұрын
Only a pleasure, no but I will look into that
@LucasEscuder03 жыл бұрын
@@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
@shajeeafzal3 жыл бұрын
So the whitelisting logic is built in the dapp right? so if someone mints directly through EtherScan, they would be able to. Right?
@sahiltitarmare62322 жыл бұрын
when will you launch it for polygon waiting........... need your personal help in so many things😔😔😔
@Benmo333 жыл бұрын
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?
@tygerknight1953 жыл бұрын
Hey, could you possibly do a video on how to create a DAO and token that you can use for your nft?
@aleprivi45752 жыл бұрын
Do you also add Polygon support?
@saif_alaslam45253 жыл бұрын
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 ?
@beastlyzeus12663 жыл бұрын
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.
@TheHuskyShow13 жыл бұрын
I'm having the same issue
@nikolavekic59952 жыл бұрын
did you fix it?
@tamjeed142 жыл бұрын
Try npm i -g corepack
@changkinwai30292 жыл бұрын
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?
@ank78803 жыл бұрын
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)
@HashLipsAcademy3 жыл бұрын
Yes I do have a video on that but will make an updated one too
@krattark33172 жыл бұрын
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
@DoubleJ22872 жыл бұрын
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
@DJAlone3 жыл бұрын
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?
@zeeckas37302 жыл бұрын
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?
@maestroh422 жыл бұрын
Just curious about the hidden metadata. Is that required or can I make my collection visible from the start?
@boxytwink31293 жыл бұрын
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 ?
@Kaspian2153 жыл бұрын
💪🏿💪🏿💪🏿
@HashLipsAcademy3 жыл бұрын
🙏
@igorym80642 жыл бұрын
Hello guys , do you know if this works for polygon ?
@misakinft13292 жыл бұрын
Hi, does this only work on ETH chain ? Thank you
@apyogapaartiban2 жыл бұрын
Can the same be done in polygon ?
@utsavkakadia99613 жыл бұрын
Can we use this code for polygon network
@priyane28272 жыл бұрын
I'm getting an error Couldn't find the binary git while installing yarn, in the smart contract directory
@KemuriKatani3 жыл бұрын
Awesome info once again! How do you determine the cost to deploy?
@christartist973 жыл бұрын
Thanks ! It's possible to access the link of github who you explain in your video ?
@HashLipsAcademy3 жыл бұрын
Yeas please enter it in the url I will update the info soon
@DanLanton2 жыл бұрын
Can you use this for Polygon?
@abd00000pp3 жыл бұрын
🙌❤️
@techsupport31712 жыл бұрын
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
@Helfroy2 жыл бұрын
Hello, sorry, were you able to solve this error?
@funnnyyy93862 жыл бұрын
@@Helfroy did u solved?
@volcom20032 жыл бұрын
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 :)
@mikewazowski80132 жыл бұрын
How do you withdraw? I didn't see a command for that
@Tuserr3 жыл бұрын
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?
@arvinrao_3 жыл бұрын
How to add Whitelist address, set whitelist open and closed, presale and public sale through etherscan?
@nicopc98383 жыл бұрын
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?
@Benmo333 жыл бұрын
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
@aquaman57952 жыл бұрын
Is this on the low gas contract?
@harambewouldgo2 жыл бұрын
Mahalo🙏
@nab45743 жыл бұрын
how does the sniper proof meta data work with this?
@hoangnamvu71232 жыл бұрын
Can u tell me how to find out how much it take to deploy this smart contract project ?