How to Create an NFT Collection (10,000+) No Coding Knowledge Needed

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
hey hey it's your host sauce from the viral kingdom and in today's tutorial i'm going to be showing you guys how to make an entire nft collection for free with absolutely no coding knowledge this did take me a bit to understand just because i had to go through a bunch of forums however it's very easy to do so if you guys go down and leave a like on this video it would mean a ton also subscribe to the channel to keep up to date with all the latest and greatest online trends we are trying to hit a hundred thousand subscribers that is the end goal so if we could hit that that would be huge okay so let's get right into this video so before doing absolutely anything what you want to do is actually go to a site called rarity.tools some of you may have already heard of it and just go through the collections that are the most popular so obviously you've definitely heard of crypto punks before they look like these dudes right here and you've probably seen the board ape yacht club as well these are the two biggest nft collections on the market right now additionally there is just so many more like cool cats pudgy penguins world of women there's just so many different examples and the reason i want you guys to go through is to understand how the art style or the collection style works usually it forms a one based template so for the world of woman it is this space woman girl but it can come in different colors with different hair different mouths eyes eyebrows but the base shape always stays the same and that's what you want to keep in mind when designing your collectible now for example i'm actually working on a personal project that hopefully will be up on opencv by the time this video comes out now i can't actually show the full design of this idea just because youtube terms of service would not enjoy it but as you can see in this photoshop file this is how i have it set up so these are the different layers that there is a mouth a chain hats eyes head body arms and background and in these folders there is all the different types of layers that could be on your collectible so for example here's a winter theme christmas theme nighttime theme a rick and morty theme a sunny day theme you guys kind of get the idea this is what you want to do when designing you are collectible in photoshop or paint something to keep in mind is the more things that you have the more variations your nft collections will work with and it will just look a lot cleaner when there's more variation so get creative create as much things as you can and i highly suggest keeping everything organized in folders like i do in my photoshop file okay so once you have all your layers designed out do not make the mistake of single-handedly saving different pngs that you create yourself do not do that trust me there is a way easier way that is going to save you a ton of time obviously making 10 000 of those would be impossible but the work of a generative art and this code that you don't need to code yourself you can do this in no time so here's a little example on screen i'm just going to go through it quick but there is 288 currently printing out 291 and as you guys can see the number keeps going up now i may have to blur this out just because this is the character that youtube may not enjoy but as you can see images just keep on popping up and that is because i currently have the code going on in the background okay so once you have everything designed what you want to do is go to this website right here and it is a github if you don't know what a github is it's not too big of a deal all you want to do is go to code and then download zip click that and then in your downloads you'll get a zip file now you're going to need a winrar downloaded or a 7-zip and you just want to click it and then do extract here and it'll extract this folder in this folder you're going to see a bunch of crazy stuff input output all of that good jazz and that means that everything downloaded correctly now the second thing you want to download is a app called visual studio code and this is where all the magic happens so get that downloaded and then open it up then the next thing you want to do is go to file open folder and then find that folder in your downloads hit select folder then select the check box and yes i trust the authors once you have that opened up you'll see all these different options so the next thing you want to do is click on the index.js and then open the input and click the config.js then you want to select terminal and then new terminal then you want to type in npm install and hit enter and once you've done that it's going to take around 30 to 60 seconds to install and if everything worked out you'll get this folder right here called node modules the next thing that you need to install is npm install truffle dash p and you want to do the exact same thing and hit enter alright and now to test everything out to make sure you set everything out properly what you want to do is type in node index.js and hit enter then you want to check your output folder right here by clicking the arrow and if you see these popping up that means you set up everything correctly and you are ready to start changing the code around to work with your images so what you want to do is go back to that folder and then go to input and here is where all your layers are going to be so obviously for your background you want to add all your background layers in there and then for the suit that'd probably be like your body and then you can have all the extra stuff let's say you wanted a chain instead of a pin well you can fix that around additionally let's say you only have eight different layers but this example has 10 don't worry all you want to do is go into your code go to config and take out the last two parameters that you don't need so now we only have hair mask facial hair race pin shoulder and suit and background additionally let's say you want to add more than two backgrounds well this is very simple to do what you want to do is just copy one of the background codes go under it by one by pressing enter and then ctrl v to paste it in then you want to change the id to one up of the other so go zero one then you want to change it to two the name obviously the name of your background so let's say we wanted to make a pink background you just want to change that to pink and then it's going to ask for the directory of it so you just want to change that to pink.png and then you want to go over to your downloaded folder go to input go to background and then you want to upload a pink background in here and call it pink and bam as you guys can see we have that image i uploaded as the new background that pops in every once in a while actually we're getting a lot of those finally we got a light blue but yeah you just want to change it around with your backgrounds obviously i just grabbed a quick photo i had already on my pc which was the tick tock logo but there's so much variation you can do with these and that's why i absolutely love this so last thing we're going to go over is how to fix the rarity on each different layer that you have so let's say you want to make a mask be super unrare what you can do is set that to around 100 and that's going to make sure that majority of your characters are going to have a mass but let's say we want him to make it really rare that you don't have a mask you would set that to like something like three and that make it super rare to get a character with a mask that is how you change the rarity by changing the weight the lower the more rare the higher the less rare now the last thing we're going to be going over is how to adjust how many energy how many nfts you actually want and this is very simple to do you just want to scroll up on the config.js code and change the code to whatever you'd like i've seen most collections go for around ten thousand so you can adjust that to ten thousand however i would recommend setting this to something a lot lower especially if you're just testing things out with how the layers look additionally you can actually change the size of the nft and i highly recommend going with a 3000 by 3000 pixel size for your nft this seems to be the going size online at least with what i've seen now keep in mind it is going to take up a decent amount of storage on your pc just because you are literally generating 10 000 different images that are 3000 by three thousand however at the end of the day it is very worth it so guys that's gonna conclude today's video on how to auto generate 10 000 plus nfts for your nft collection i hope this video was very thorough and very easy to explain for someone that is not so used to using pcs if you enjoyed this video smack that like button and subscribe to the channel it means a ton as we're trying to hit a hundred thousand subscribers also buy into my nft collection hopefully you'll be out by the time this video comes out if it is i'll have it linked down in the description along with all the other things that you needed to download for this tutorial alrighty that's it for me see you guys later so baby [Music] you
Info
Channel: Viral Kingdom
Views: 280,369
Rating: undefined out of 5
Keywords: tutorial, nft, nft tutorial, nft collection, 10000 nft collection, auto generate art, how to auto generate nfts, how to make auto generated nfts, how to make nft collections, nft collection tutorial, how to make an nft, how to sell nft collection, mint nft collection, how to make a nft collection, how to make an nft collection with no coding knowledge, no coding knowledge, How to auto generate your nfts, how to make your own nft collection, hashlips
Id: NIJI2_1anqA
Channel Id: undefined
Length: 9min 24sec (564 seconds)
Published: Thu Sep 02 2021
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.