How To Create An ENTIRE NFT Collection (10,000+) & MINT In Under 1 Hour Without Coding Knowledge


Use NFTPort to easily mint your NFTs and much more! https://nftport.xyz
Check out the collection I made:
▶ https://codecats.xyz
▶ https://bit.ly/CodeCats
🧑🏾🤝🧑🏽 Join my Discord community: https://discord.gg/A9CnsVzzkZ
** UPDATED VIDEO & CODE CAN BE FOUND HERE **
NEW VIDEO: https://youtu.be/quGdJweadFM
CODE: https://github.com/codeSTACKr/create-10k-nft-collection
IF YOU’D RATHER MINT FROM A DAPP (WEBSITE), CHECK THIS VIDEO:
https://youtu.be/cLB7u0KQFIs
_____________________________________
No coding experience? No problem! We will get you from nothing to an entire collection of 10,000 Unique NFTs in about an hour! Let’s get started!
There are a bunch of tutorials on YouTube about how to create NFT collections, but none of them show you the ENTIRE process.
In this video, I’m going to show you how to create an NFT collection and how to MINT them, even if you have ZERO coding knowledge, for FREE!
In this video, we are going to dive head first into cryptocurrencies, NFTs, minting, and coding. And I don’t expect you to have any prior knowledge of any of this. We are going to go step-by-step through the entire process!
I’m going to explain what blockchain and NFTs are, and give you some context and background first. If you’re already familiar with that and you want to go straight to the good stuff, I have chapter markers setup for you, just skip ahead to whatever section you want.
📚 RESOURCES 📚
▶ Code from this video: https://github.com/codeSTACKr/create-10k-nft-collection
▶ NFTPort: https://nftport.xyz
▶ Hashlips Art Engine: https://github.com/HashLips/hashlips_art_engine
▶ @HashLips NFT YouTube: https://www.youtube.com/c/HashLipsNFT
▶ ERC-721 Specs: https://ethereum.org/en/developers/docs/standards/tokens/erc-721/
▶ Next video – How to List & Reveal: https://youtu.be/Iy1n_LxUwZs
_____________________________________
🦸 Become A VS Code SuperHero Today: https://vsCodeHero.com
_____________________________________
🛠️ Tools I use:
🟠 codeSTACKr Theme: https://marketplace.visualstudio.com/items?itemName=codestackr.codestackr-theme
🟠 STACKr Code Font (Exclusive to my VS Code Course – https://vsCodeHero.com)
🟠 SuperHero Extension Pack: https://marketplace.visualstudio.com/items?itemName=codeSTACKr.superhero-extensions
_____________________________________
⏱️ Timestamps ⏱️
00:00 – Intro
01:02 – What is an NFT??
01:48 – What is a Blockchain??
02:43 – NFT use cases
03:09 – NFT Collections
03:46 – Creating image layers
05:32 – Combining layers
18:16 – The complexity of minting NFTs
18:44 – EASY MODE: NFTPort to the rescue
19:25 – Create a custom contract
23:03 – Upload images to IPFS
33:05 – Upload metadata to IPFS
40:05 – Create generic metadata for revealing an NFT (optional)
43:16 – Upload metadata to IPFS
45:03 – Mint 10,000 NFTs!!
50:04 – Update a minted NFT (optional)
54:37 – Final Tests
55:28 – Let’s Mint 10k NFTs For Real Now!!
56:30 – NFT GIVEAWAYS!!
_____________________________________
💖 Show support!
PayPal: https://paypal.me/codeSTACKr
_____________________________________
👀 Watch Next:
Playlist: Web Development For Beginners – https://www.youtube.com/watch?v=Ez4yHS2dsN8&list=PLkwxH9e_vrAJ0WbEsFA9W3I1W-g_BTsbt
_____________________________________
🌐 Connect With Me:
Website: https://www.codestackr.com
Twitter: https://twitter.com/codeSTACKr
Instagram: https://instagram.com/codeSTACKr
Facebook: https://facebook.com/codeSTACKr
_____________________________________
** Affiliate Disclaimer: Some of the above links may be affiliate links, which may generate me a sales commission at no additional cost to you.
#GenerativeArt #NFT #Crypto
source
Use NFTPort to easily mint your NFTs and much more! https://nftport.xyz
Check out the collection I made:
▶ https://codecats.xyz
▶ https://bit.ly/CodeCats
🧑🏾🤝🧑🏽 Join my Discord community: https://discord.gg/A9CnsVzzkZ
Can you do this to set up nfts on ethereum or just polygon
Question: in minute 17:02 you talk about removing the blanks_ so if we generate 10000 images we we need to go over all 10000 to remove the blanks?
Great video, question, the width height in config ja is that the pixels? mine is 3000 x 3000 with 300 resolution so would i put in 3000 for width and 3000 height? I'm using procreate- thanks in advance for anyone who can answer!
can you link the video on how to put up for sale
How many different layers to make the 10000 combinations?
16:42
How do buyers know what they are purchasing if they all look the same? They would want to buy one they like, not at randome, right?
very interesting and informative do not sell your coin mine it . I'm 42 and my wife is 31 we are both retired with over $3million in net worth and no debts . Currently living smart and frugal with our money . Saving and investing lifestyle in the crypto market made it possible for us this early even till now we earn weekly….
Do you use the same code if you're running on windows
Thanks
Got stuck on the first NPM i command :o(
Hi, thanks for this video, helped me a lot! I have a question, how to upload file in IPFS bypassing hashlib? i alredy got my images and metadata generated, i can't upload 8888+ files one by one.
Are all these steps necessary for creating an NFT?
error:
Enoent: no such file or directory, scandir '${basePath}/build/images'
7:30 npm i struggle with the new terminal and npm i
There are different things.
you advirtising without code but you actually do alot of things with code , for a regular joe its hard to do it my friend anyways its a great video
When I replace my layers with his… And run I get an error code everytime
legend
boom screenshot
Amazing tutorial video. Thank you for the guide. I have a question if you can help me. I followed exactly your guide step by step, but when I run the generate after some PNG it brings me this issue in terminal.
const image = await loadImage(`${_layer.selectedElement.path}`);
^
TypeError: Cannot read properties of undefined (reading 'path')
Thank you,
in advance.
Congrats on the video! It is awesome. I have a quick question. I have a small exclusive collection that I want to sell. Can I follow the same steps on your video 18 minutes onward? How would I upload these images to the Visual Studio Code to then follow the process? Thank you.
does it generate the images or do we need to put the image?
Wow. I don't know coding was a needed skill to create NFTs. I thought you could just upload the file, and the website did all this for you. Maybe I won't sell my art after all.
I tried the NPM I and that did not generate anything and I tried the NPM Build and still nothing. The error I received is below, can you help me with this PS C:UsersXXXXXXXXXDesktopNFThashlips_art_engine-1.1.0_updatehashlips_art_engine-1.1.0_update> npm i
npm : The term 'npm' is not recognized as the name of a cmdlet, function,
script file, or operable program. Check the spelling of the name, or if a
path was included, verify that the path is correct and try again.
At line:1 char:1
+ npm i
+ ~~~
+ CategoryInfo : ObjectNotFound: (npm:String) [], CommandNotF
oundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:UsersxxxxxxxDesktopNFThashlips_art_engine-1.1.0_updatehashlips_art_engine-1.1.0_update>
Very nice buddy..love you 💓
scams – complete scams…beware
Do I need to use IPFS if I want to tag a PDF with an NFT?
☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️
Unbelievable! I got my hacked wallet back with my funds through the help of the above name, I really appreciate him, he's an expert and trustworthy!
☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️
Unbelievable! I got my hacked wallet back with my funds through the help of the above name, I really appreciate him, he's an expert and trustworthy!
☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️☝️
Unbelievable! I got my hacked wallet back with my funds through the help of the above name, I really appreciate him, he's an expert and trustworthy!
anyone who is here and will actually make nfts, well, I will screenshot all of them. <3
i have problem –
npm i
Very informative video! Keep 'em coming!