You’re the MAN! This is exactly what I needed to get everything running, cannot stress how valuable your videos are. Once I deploy my project, I‘ll airdrop you AT LEAST one of my NFTs. And you‘ll love it, it’s got some sick art, been working on it for a while and got many custom pieces.
Please update for 2022 and Candy Machine V2! Hashlips you're the best teacher. Nobody does it like you. There are barely any comprehensible tutorials out there that show how to start with testing and then end with a decent front end for a minting site. We need you! 🙏
The master course on CSS would be TOP TIER, I am good at html, js but holy I just cannot make thing look good and it would be awesome you do the CSS Guide! Thanks for everything you are the best!
You are an amazing colleague and teacher. I follow your videos in which you explain everything in the most understandable and detailed way and I benefit from them. Thanks!
This is such an awesome tutorial!!!! 💯 It's such amazing that you can teach in such a patient and comprehensive way no matter the speaking speed or the the relevant content. 👍 Not only give me a full understand of Solana tool, npm and wallet etc, and you also give me a lot of ideas on css. It's a best ever video. Thanks for the tutorial!!!!!
I really appreciate these tutorials, man. And the speed at which you are cranking them out is impressive! They are very inspiring and it looks easy, although there are many environment specific road blocks and errors that can be encountered along the way. It's not as straight forward as it looks, unfortunately!
Great video as always. For those using windows, I had issues with running yarn due to windows not letting me run scripts through other programs. I had to open up the command prompt, point to the js directory and then run all of the yarn commands in there. Hope this helps.
I installed ts-node and yarn through the command. It showed installed with 0 vulnerability. However when I run 'yarn --version' and 'ts-node --version' an error comes up. What do I do? Please help
HOLY CRAP you did it again you made it right and explained the details instead of trying to do it quickly or make it more challenging for your amusement lol
Very enjoyable. Interesting to see some basic differences between Eth/Matic & Solana. I still think that with our current project we'll use Eth/Matic but it's definitely great to possibly use for a future project. Always a pleasure to watch, & I would enjoy a beautiful CSS tutorial too. Stay Amazing! 💗🎨
@@HashLipsAcademy Hi Hashlips, I’m stuck at the Candy-Machine part where I have to write the 3 important commands it doesn’t let me continue. It says unknown command ‘upload’, unknown command ‘candy-machine’, etc. is it possible you can help me with this issue. That’s the only issue I have because the rest is perfect and thank you for supporting the NFT community!!!! When I make my first NFT, I going to airdrop you one!!!! Thank you 🙏 🙏🙏🙏
Bro ! That's fantastic ! ... and magic somehow 🧙♀️ 🧙... I would be happy to see the necessary steps to add an additional collection (straight on the main net, maybe ☺️☺️)
Thank you very much! This guide, like other guides on your channel, is the most complete on the entire internet! Everything is explained in detail ... Thank you for this wonderful knowledge that you share with us 🙏🏼❤️
Thank you very much for this tutorial! I've been following your tutorials and was about to deploy a collection on Polygon, but now I'll change it and deploy to Solana.
@@HashLipsAcademy Thank you! if it does it will be thanks to you :). Would you know if the collection is going to show automatically in Solsea and other marketplaces? Or we have to apply to be listed?
@@HashLipsAcademy hey Daniel, I've ended publishing my collection in the Polygon network following your other tutorial as I had everything in place and it would take me more time to learn how to do it in Solana. I would like to send you an NFT as a gift and to thank you. Which address should I send it? I really hope you like it 🙂.
Really wonderful video and I love the way you explain without missing a single step. It's a treat to watch them. Can you suggest a way to host the fully build main net DAP?
Hi, thank you for amazing video! Metaplex has released v2 of its Candy Machine, could you do an update on that please? Also if you read this, how will I know which secondary market my art will sell on when releasing my NFTs on my website? Best regards!
Uitstekende reeks Daniel !! Op Windows wil yarn nie deur Visual Studio Code werk nie, maar dit werk perfek as mens dit in die js-folder op DOS-prompt hardloop. Dankie vir al jou moeite met die videos.
Hey man, a lot of people in the discord are struggling with the metaplex and candy machine parts of the "Creating a Solana NFT collection" because the video is outdated and the docs have changed quite a bit since the video upload. Specifically, I am struggling with an issue where when I create the candy machine, it says uploaded 2000/2000, Successful = True, but the key size says zero. When I go to mint, it says there are 0 remaining. Any way you can make a follow up video to show how to do it with the new docs? Thanks for your help, I wouldn't be where I am without you!
Hey - I was able to get things working but it did take a bunch of reading in the documentation - I will post a little guide here below. First, the candy-machine-v2-cli made a bunch of changes - the command sequence you must run to get your assets uploaded is the following: These paths assume that you are running from the top level directory in metaplex: // upload the assets npx ts-node js/packages/cli/src/candy-machine-v2-cli.ts upload assets --env devnet --keypair --config-path js/packages/cli/src/candy-machine-v2-config.json // verify the upload npx ts-node js/packages/cli/src/candy-machine-v2-cli.ts verify_upload --env devnet --keypair You will also need to make a candy-machine-v2 config file, which is shown in the upload command. I used the default configuration file provided in the metaplex documentation here: docs.metaplex.com/candy-machine-v2/configuration#minimal-configuration Now for the fun part - the candy-machine minting app that is posted for this video does not work with candy-machine-v2. I found another one that works out of the box with minimal configuration, the configuration fields are very similar to the one he uses in the video so you should be able to get it going pretty easily - you can clone the source code here.. github.com/alvinsga/candy-machine-v2 From there I was able to complete the collection and mint on the devnet! I hope this helps you get things going!!
@@arthurwoolsey2121 Ya I ended up figuring it out, I also just hit the docs a few more times. Thanks for the detailed guide tho, ik it will help a lot of other people. Did you by chance have an issue with it not charging you as much as it should have to mint on the dev net? I set it to 0.4 but it charges me 0.02 for some reason and idk if it is an error or just because I am on the devnet.
@@arthurwoolsey2121 thank you Arthur! You are such a kind soul! I will try this first thing tomorrow. Do you have discord or something? I'll love to send you an nft as a thank you xx
Non tech-guy question: Is there no need to deploy a Solana smart contract because Candy Machine itself is a smart contract? And if true, is there any gas cost to deploy Candy Machine? I spoke with a dev who told me the "low gas" cost to deploy a contract using CM is 0.002 per image, which is outrageously expensive at 10k images. Help!
Great content as always/ Creeping up to 15k soon. I should have mentioned 50k before the year ends 😉 . Would love a tutorial about setting everything up with Immutable X. 15k by end of week 😀
Just noticed that the pubkey of yours (used for testing) had it's starting characters Balls lolol. But as always, awesome tutorial and this is something I have waited for a very very very long time. Thanks Eugene :)
Hi there thanks for the amazing content! It's been very useful. I have a question: is there an option to make it so that some layers are not required to generate an NFT. Let's say I wanted to add a special property to only some of the NFts to make them more rare, would that be an option? I imagine I could create a new folder and have empty png images as well as the image I want to add, but wouldn't that also reflect on the metadata? And how would I be able to set a specific rarity weight for it? I might have missed a tutorial completely, so I would appreciate it if you could steer me in the right direction. Thank you!
Thank you so much for a fully comprehensive video in explaining how to create a Solana NFT Collection! I have started by downloading everything mentioned in the video and following each step until the 29:56 mark (Installing the Solana Command-Line Tool), where I am facing my first roadblock. I have followed the steps to "install the solana command-line too" on my COMMAND PROMPT (running as administrator, initially), and it seems to have downloaded correctly, as I get a positive result when testing "solana" and pressing Enter. However, when I go back into the Terminal in my VISUAL STUDIO CODE app, and hit "solana", I get a failed response that reads:
"SOL: THE TERM 'SOL' IS NOT RECOGNIZED AS A NAME OF A CMDLET, FUNCTION, SCRIPT FILE, OR EXECUTABLE PROGRAM. CHECK THE SPELLING OF THE NAME, OR IF A PATH WAS INCLUDED, VERIFY THAT THE PATH IS CORRECT AND TRY AGAIN." Any ideas on how to make my Visual Studio Code program yield the same successful results found in my Command Prompt when hitting "solana" ?! Would be appreciated! Apologies in advance as I'm sure this is a rookie mistake, but it would mean a lot if you (or anyone) can respond with a solution! Thank you! Please help an inexperienced, yet determined aspiring NFT Creator. :) Best, Josh
Amazing content! kindly upload a video on the rust programs used in metaplex in detail, along with functionality of pre sale(ICO) with price update after pre sale through a condition in rust or js. Thanks for all the info!
thank you for great tutorials 🙏 i believe it would be great to see a similar whole package (1-generation of art work&metadata, 2-minting machine setup, 3- frontend for mint button) tutorial for another blockchain namely CELO which I am interested in :) or just for ETH maybe. thanks and regards
Daniel, hello. Excellent series. Thank you for teaching it. I hope to make a career pivot and this gives me a bit of extra knowledge to offer as I offer my artistic skills for others to create their own collections.
Enjoying the tutorials. Solana is ALOT fiddlier than ETH !! Having some issues with Candy Machine setup. The three commands you listed above no longer work (I guess due to newer versions?). Looking at folder js/packages/cli/src/ there is now a candy-machine-v1-cli.ts and a candy-machine-v2-cli.ts. Running 'v1' throws an error 'unknown command upload'. Running 'v2' throws an error 'required option '-cp, --config-path ' not specified.
Hey as a member of this said "Sheep Gang", we have an issue with EWE, and those NFTs .. ! 🤔🤣Great job on these videos btw..I have really enjoyed binge watching your content.Hopefully I can mint NFTs as effortlessly;as you make it .😅
Daniel: ideas - would be amazing to demonstrate coding a bot for socials (telegram, discord). This would be an amazing add on to your marketing video. A contract for BNB. Thanks bro!!!
One Question ser. If I want to generate a different NFT format (instead of "the eyes" in this example), where should I adjust to make it work? Thank you so much for this amazing tutorial!
Please if you can show us how customize css for Solana Dapp and make a pretty website to Mint, I'm now about to design my own 10K collection on Solana, and this is the only obstacle that separates me from starting the NFT project on Solana. Thank you so much for everything you've done.
Thank you so much for your great tutorial. I am quite new with this kind of knowledge but I am sure I will get success with your easy explain teaching. Can't wait to see the next part.
@HashLips NFT Thank you so much for your kind support Master, could you make a video or explain more about what these functions use for 1. approve 2. safeTransferFrom 3. safeTransferFrom with _data (bytes) 4. setApproveForall 5. setUriSuffix and how difference between renounceOwnership & transferOwnership Thank you so much again.
Thank you so much for the awesome tutorial! Gotta check out the updated one, too. Question: is this collection an already revealed drop? As a user who wants to mint an item of the collection in the tutorial, is there a way for me to know upfront which NFT exactly I am getting?
Great video!, one thing I'm wondering, why there is no rust coding? I see the program is working but I'm thinking that the rust is what carries the logic of any program
Amazing video I'm learning so much thanks to your video HashLips!!! I just have a question when we have to add assets in the metaplex file, can I put the "assets" generated with artgenerator after I installed all the yarn dependencies?? because apparently yarn installments doesn't work with my json files in "assets".
Great tutorial! Might have missed it but is it possible to limit a person to only mint once? So have 10 tokens but only make it available to 10 unique wallets?
You’re the MAN! This is exactly what I needed to get everything running, cannot stress how valuable your videos are. Once I deploy my project, I‘ll airdrop you AT LEAST one of my NFTs. And you‘ll love it, it’s got some sick art, been working on it for a while and got many custom pieces.
can i ask you where did you learn about creating NFT ?
dont forget me too :P
@@razorjhon2622 this guy (MASTER HASHLIPS) has videos about creating NFT's from scratch!
Please update for 2022 and Candy Machine V2! Hashlips you're the best teacher. Nobody does it like you. There are barely any comprehensible tutorials out there that show how to start with testing and then end with a decent front end for a minting site. We need you! 🙏
The only one man who share all the secrets thanks a lot ❤️
👆̵s̵e̵n̵d̵ ̵a̵ ̵d̵i̵r̵e̵c̵t̵ ̵m̵e̵s̵s̵a̵g̵e̵ ̵f̵o̵r̵ ̵s̵u̵p̵p̵o̵r̵t̵ ̵a̵n̵d̵ ̵g̵u̵i̵d̵a̵n̵c̵e̵ .̵
YOU ARE THE MAN! been stuck on candy machine for a minute. Amazing tutorial as soon as my project launches expect an airdrop! thank you so much!!!
Thank you so much for this video! Please make an updated version this will be really helpful as I'm struggling with the v2 candy machine thank you!
this guy has the good stuff ua-cam.com/video/X33E2dqiUys/v-deo.html
what a champ at 21:35 he goes back to touch on something that he messed up on earlier.
Hey Hashlips...just wanted to let you know....You're a really good person and I appreciate you!
Greatest teaching voice as a technical guy I ever listened to. 😋
The master course on CSS would be TOP TIER, I am good at html, js but holy I just cannot make thing look good and it would be awesome you do the CSS Guide! Thanks for everything you are the best!
Will definitely do one
You are the GOAT! Keep up with the insane work! Greeting from Mexico!
You are an amazing colleague and teacher. I follow your videos in which you explain everything in the most understandable and detailed way and I benefit from them. Thanks!
WOW man it all worked first try, you are a good man!
This is such an awesome tutorial!!!! 💯
It's such amazing that you can teach in such a patient and comprehensive way no matter the speaking speed or the the relevant content. 👍
Not only give me a full understand of Solana tool, npm and wallet etc, and you also give me a lot of ideas on css. It's a best ever video. Thanks for the tutorial!!!!!
I really appreciate these tutorials, man. And the speed at which you are cranking them out is impressive! They are very inspiring and it looks easy, although there are many environment specific road blocks and errors that can be encountered along the way. It's not as straight forward as it looks, unfortunately!
THE MOST INTERESTING CHANNEL ABOUT CRYPTO SPACE! LOVE IT!
Great video as always.
For those using windows, I had issues with running yarn due to windows not letting me run scripts through other programs. I had to open up the command prompt, point to the js directory and then run all of the yarn commands in there. Hope this helps.
did u install yarn globally?
@@atomicall did you put the project file under your account? your username as such? if not, try doint that.
I installed ts-node and yarn through the command. It showed installed with 0 vulnerability. However when I run 'yarn --version' and 'ts-node --version' an error comes up. What do I do? Please help
Delete the the lock file and run yarn install again
i even have issues installing git it seems
Daniel, thank you so much for all these tutorials.
I love making videos so it's only a pleasure
HOLY CRAP you did it again you made it right and explained the details instead of trying to do it quickly or make it more challenging for your amusement lol
Very enjoyable. Interesting to see some basic differences between Eth/Matic & Solana. I still think that with our current project we'll use Eth/Matic but it's definitely great to possibly use for a future project. Always a pleasure to watch, & I would enjoy a beautiful CSS tutorial too. Stay Amazing! 💗🎨
I do love Eth myself
@@HashLipsAcademy Hi Hashlips, I’m stuck at the Candy-Machine part where I have to write the 3 important commands it doesn’t let me continue. It says unknown command ‘upload’, unknown command ‘candy-machine’, etc. is it possible you can help me with this issue. That’s the only issue I have because the rest is perfect and thank you for supporting the NFT community!!!! When I make my first NFT, I going to airdrop you one!!!! Thank you 🙏 🙏🙏🙏
Bro ! That's fantastic ! ... and magic somehow 🧙♀️ 🧙... I would be happy to see the necessary steps to add an additional collection (straight on the main net, maybe ☺️☺️)
thanks sir !! I've been waiting for these for so longg .. ty very much
Hope you enjoy
You're cool man! .This is the best anyone can ask for minting NFT.
More power to you!
CSS MASTERCOURSE IS A MUST!!!🔥 thanks for the tutorials!
You are a good teacher, very clear and concise.
Excellent video! Your channel deserves millions of views.
So wonderful! Thank you very much! We will never have enough to reward you
Your kind words are enough 🙏
This guy is the man... can't say anything else...
Your tutorials are hands down the best. Subscribed!
Love this video, I have had so so so many issues running the yarn install and yarn build, but im getting there slowly.
Any luck with yarn install and build? My Mac Os is very slow for some odd reason.
@@mehulpatel1756 yeah I actually had it on my desktop, removed everything, put it in my user folder and everything built right away... Weird
Just thinking about your videos and got it in my youtube feed. Really thanks for the videos.
Only a pleasure
Thank you very much! This guide, like other guides on your channel, is the most complete on the entire internet! Everything is explained in detail ... Thank you for this wonderful knowledge that you share with us 🙏🏼❤️
HashLips you are an absolute LEGEND!!!! Can't wait for the Master CSS Tutorial Thank you so much.
GOD HASLIPS has heard our prayers!!!! Bless you man
The big big thanks to you 😘
I watch many video but you explain very deeply with all info.
Thanks for your time and effort 👍😊
Really appreciated man 💯👍
Thank you very much for this tutorial! I've been following your tutorials and was about to deploy a collection on Polygon, but now I'll change it and deploy to Solana.
Nice hope it's a huge success
@@HashLipsAcademy Thank you! if it does it will be thanks to you :).
Would you know if the collection is going to show automatically in Solsea and other marketplaces? Or we have to apply to be listed?
@@HashLipsAcademy hey Daniel, I've ended publishing my collection in the Polygon network following your other tutorial as I had everything in place and it would take me more time to learn how to do it in Solana. I would like to send you an NFT as a gift and to thank you. Which address should I send it? I really hope you like it 🙂.
@@mrcandido His solana wallet is in the description :)
@@endangeredkingdom91 hey, how could I miss it? Thanks for pointing it out. I ended finding him on Open Sea and transferring from there. Thank you 😀
Really wonderful video and I love the way you explain without missing a single step.
It's a treat to watch them.
Can you suggest a way to host the fully build main net DAP?
Vercel is the way to go
Or Heroku
A big thanks for this tutorial! Now our team is working on a collection and thanks to this video we are saving a lot of time!!!!
how simply you cover the each and every step like superb great job .
Subbed, thank you so much! I am very excited about the Solana blockchain and want to learn how to program it.
Thankyou soo much for all the help hash, always good content !
My pleasure, Thank you for taking the time to write such a nice comment. Have a nice day.
Thank you thank you thank you🙏
You are the most amazing person I have met in my whole internet journey.
God bless you 💙
Annnnnd another update! Unreal... Thank you again bro!
Hi, thank you for amazing video! Metaplex has released v2 of its Candy Machine, could you do an update on that please? Also if you read this, how will I know which secondary market my art will sell on when releasing my NFTs on my website? Best regards!
Uitstekende reeks Daniel !!
Op Windows wil yarn nie deur Visual Studio Code werk nie, maar dit werk perfek as mens dit in die js-folder op DOS-prompt hardloop.
Dankie vir al jou moeite met die videos.
Love these tuts! Best out there by far. Hashlips is concise and easy to follow. Thanks HashLIps!
The introduction was very helpful, thanks!
Hey man, a lot of people in the discord are struggling with the metaplex and candy machine parts of the "Creating a Solana NFT collection" because the video is outdated and the docs have changed quite a bit since the video upload. Specifically, I am struggling with an issue where when I create the candy machine, it says uploaded 2000/2000, Successful = True, but the key size says zero. When I go to mint, it says there are 0 remaining. Any way you can make a follow up video to show how to do it with the new docs? Thanks for your help, I wouldn't be where I am without you!
Hey - I was able to get things working but it did take a bunch of reading in the documentation - I will post a little guide here below.
First, the candy-machine-v2-cli made a bunch of changes - the command sequence you must run to get your assets uploaded is the following:
These paths assume that you are running from the top level directory in metaplex:
// upload the assets
npx ts-node js/packages/cli/src/candy-machine-v2-cli.ts upload assets --env devnet --keypair --config-path js/packages/cli/src/candy-machine-v2-config.json
// verify the upload
npx ts-node js/packages/cli/src/candy-machine-v2-cli.ts verify_upload --env devnet --keypair
You will also need to make a candy-machine-v2 config file, which is shown in the upload command. I used the default configuration file provided in the metaplex documentation here: docs.metaplex.com/candy-machine-v2/configuration#minimal-configuration
Now for the fun part - the candy-machine minting app that is posted for this video does not work with candy-machine-v2. I found another one that works out of the box with minimal configuration, the configuration fields are very similar to the one he uses in the video so you should be able to get it going pretty easily - you can clone the source code here.. github.com/alvinsga/candy-machine-v2
From there I was able to complete the collection and mint on the devnet! I hope this helps you get things going!!
@@arthurwoolsey2121 Hey man, what’s your discord I’m struggling and need some help
@@arthurwoolsey2121 Ya I ended up figuring it out, I also just hit the docs a few more times. Thanks for the detailed guide tho, ik it will help a lot of other people. Did you by chance have an issue with it not charging you as much as it should have to mint on the dev net? I set it to 0.4 but it charges me 0.02 for some reason and idk if it is an error or just because I am on the devnet.
@@arthurwoolsey2121 thank you Arthur! You are such a kind soul! I will try this first thing tomorrow. Do you have discord or something? I'll love to send you an nft as a thank you xx
@@kylersuden2713 I did not have an issue with pricing, I also just used 1 SOL on the devnet demo though so I didn't try anything creative there.
Non tech-guy question: Is there no need to deploy a Solana smart contract because Candy Machine itself is a smart contract? And if true, is there any gas cost to deploy Candy Machine? I spoke with a dev who told me the "low gas" cost to deploy a contract using CM is 0.002 per image, which is outrageously expensive at 10k images. Help!
This is awesome. You're guides are fantastic and really easy to follow. Thank you for putting this awesome content on YT!
Genuinely appreciate your work and tutorial. I will drop my NFT work in your wallet after minting them! Thanks, mate.
Great content as always/ Creeping up to 15k soon. I should have mentioned 50k before the year ends 😉 . Would love a tutorial about setting everything up with Immutable X. 15k by end of week 😀
Good information , one of the best video for Sniper Bot NFT my all confusion clear . thank you for sharing this video.
Will your guides be now incorporating the new Candy Machine v2?
Just noticed that the pubkey of yours (used for testing) had it's starting characters Balls lolol. But as always, awesome tutorial and this is something I have waited for a very very very long time. Thanks Eugene :)
🤣
Only a pleasure man
This is an AWESOME tutorial. Great work, really appreciate the clear and concise content. Nothing short of exceptional.
Hi there thanks for the amazing content! It's been very useful. I have a question: is there an option to make it so that some layers are not required to generate an NFT. Let's say I wanted to add a special property to only some of the NFts to make them more rare, would that be an option? I imagine I could create a new folder and have empty png images as well as the image I want to add, but wouldn't that also reflect on the metadata? And how would I be able to set a specific rarity weight for it?
I might have missed a tutorial completely, so I would appreciate it if you could steer me in the right direction. Thank you!
Thank you so much for a fully comprehensive video in explaining how to create a Solana NFT Collection!
I have started by downloading everything mentioned in the video and following each step until the 29:56 mark (Installing the Solana Command-Line Tool), where I am facing my first roadblock.
I have followed the steps to "install the solana command-line too" on my COMMAND PROMPT (running as administrator, initially), and it seems to have downloaded correctly, as I get a positive result when testing "solana" and pressing Enter.
However, when I go back into the Terminal in my VISUAL STUDIO CODE app, and hit "solana", I get a failed response that reads:
"SOL: THE TERM 'SOL' IS NOT RECOGNIZED AS A NAME OF A CMDLET, FUNCTION, SCRIPT FILE, OR EXECUTABLE PROGRAM. CHECK THE SPELLING OF THE NAME, OR IF A PATH WAS INCLUDED, VERIFY THAT THE PATH IS CORRECT AND TRY AGAIN."
Any ideas on how to make my Visual Studio Code program yield the same successful results found in my Command Prompt when hitting "solana" ?! Would be appreciated!
Apologies in advance as I'm sure this is a rookie mistake, but it would mean a lot if you (or anyone) can respond with a solution!
Thank you! Please help an inexperienced, yet determined aspiring NFT Creator. :)
Best,
Josh
Amazing video! My project sold out! Thank you! Keep up
Amazing content! kindly upload a video on the rust programs used in metaplex in detail, along with functionality of pre sale(ICO) with price update after pre sale through a condition in rust or js. Thanks for all the info!
thank you for great tutorials 🙏 i believe it would be great to see a similar whole package (1-generation of art work&metadata, 2-minting machine setup, 3- frontend for mint button) tutorial for another blockchain namely CELO which I am interested in :) or just for ETH maybe. thanks and regards
Yeas will look into that.
Daniel, hello. Excellent series. Thank you for teaching it. I hope to make a career pivot and this gives me a bit of extra knowledge to offer as I offer my artistic skills for others to create their own collections.
Enjoying the tutorials. Solana is ALOT fiddlier than ETH !! Having some issues with Candy Machine setup. The three commands you listed above no longer work (I guess due to newer versions?). Looking at folder js/packages/cli/src/ there is now a candy-machine-v1-cli.ts and a candy-machine-v2-cli.ts. Running 'v1' throws an error 'unknown command upload'. Running 'v2' throws an error 'required option '-cp, --config-path ' not specified.
Amazing content!! Would be not better to add the solana CLI path to .zshrc or .bashrc file instead of etc/paths?
Thank you mate! Been searching for this!
Hope it helps 🙏
@@HashLipsAcademy it really helps! Thank you!
@HashLips NFT - Any idea why you set the price to 1 SOL, but when you minted the NFT it only charged you 0.01197 SOL?
soo awesome love watching and learning have learned soo much in just a few days cant wait to apply it......ur the man
Hey as a member of this said "Sheep Gang", we have an issue with EWE, and those NFTs .. ! 🤔🤣Great job on these videos btw..I have really enjoyed binge watching your content.Hopefully I can mint NFTs as effortlessly;as you make it .😅
A true pioneer
Awesome sir! Thank you for all the hard work. Very exciting.
It's my pleasure
Daniel: ideas - would be amazing to demonstrate coding a bot for socials (telegram, discord). This would be an amazing add on to your marketing video.
A contract for BNB. Thanks bro!!!
For an amazing job at an explainer video Sir, you get a new Subscriber :) Amazing patience & tone to explain such a techy topic made easy!
thank you we learning web3 from you
Great tutorial again!!! would love a Solana main net tutorial!
Congrats man, your explanations are brilliant
One Question ser. If I want to generate a different NFT format (instead of "the eyes" in this example), where should I adjust to make it work? Thank you so much for this amazing tutorial!
Very good video , thank you for donating to programmer community!
Please if you can show us how customize css for Solana Dapp and make a pretty website to Mint, I'm now about to design my own 10K collection on Solana, and this is the only obstacle that separates me from starting the NFT project on Solana.
Thank you so much for everything you've done.
^^^
Thank you so much for your great tutorial. I am quite new with this kind of knowledge but I am sure I will get success with your easy explain teaching. Can't wait to see the next part.
@HashLips NFT Thank you so much for your kind support Master, could you make a video or explain more about what these functions use for
1. approve
2. safeTransferFrom
3. safeTransferFrom with _data (bytes)
4. setApproveForall
5. setUriSuffix
and how difference between renounceOwnership & transferOwnership
Thank you so much again.
You are a legend 🥳🥳🥳
One doubt. how much will be the cost of deploying 10k project on solana mainnet?
Should not be a lot
10k images if they are 250KB each will be $70 of arweave fees + ~$1-2 of Solana fees
@@adamstewart6643 wow. do you have some info how to do this? all if found its 0.01 SOL per one picture
@@adamstewart6643 but in hashlips discord server everyone is saying uploading to arweave cost 0.003SOL per file. why is that.?
Great tutorial! How do you distribute royalties to minters and holders?
So cool! Yes, I would love a CSS master course. You are great!
Awesome brotha thank you!
Only a pleasure
Sjoe! Super insightful! Thanks for the great concise tutorial, very helpful! Looking forward to making the most of this information and sharing!
You change my life man thank you 🙏 maybe next cardano nft project😊😊
you are a legend! and you help the NFT artist community ! to the moon!
SUPER helpful. Everything worked like a champ! Thank you so much for your hard work!
Hey mate you are a very good teacher, we need more videos!
Thank you so much for the awesome tutorial! Gotta check out the updated one, too.
Question: is this collection an already revealed drop? As a user who wants to mint an item of the collection in the tutorial, is there a way for me to know upfront which NFT exactly I am getting?
Thanks for this tutorial ! Complete ! Yes please master css !
appreciate it, looking forward to create my first NFT
Great video!, one thing I'm wondering, why there is no rust coding? I see the program is working but I'm thinking that the rust is what carries the logic of any program
amazing guide for total beginners!
Amazing video I'm learning so much thanks to your video HashLips!!! I just have a question when we have to add assets in the metaplex file, can I put the "assets" generated with artgenerator after I installed all the yarn dependencies?? because apparently yarn installments doesn't work with my json files in "assets".
Thank you so much man!!!!! bro this guy is amazing!!
Great tutorial! Might have missed it but is it possible to limit a person to only mint once? So have 10 tokens but only make it available to 10 unique wallets?
Savage !! Thank you , once again!
Your epic mate, i really enjoy this content, thank you so much for sharing! Keep it up, i will stick around for sure!
🙌🙏 Only a pleasure
This is helping me turn dreams into reality
Very useful guide! Thank you very much
BROOO thankyou so much, this really helped and the tutorial was really easy to use as well :)
Thanks for this video man really wanted this.
can you please make a tutorial for CMv2? Your Tutorial helped us so much, but we don't understand it with CMv2