NEW: How To Create An ENTIRE NFT Collection (10,000+) & MINT With ZERO Coding Knowledge – v2.0.0
By codeSTACKr
Published: Mar 10, 2022Check out the collection I made:
- https://codecats.xyz
- OpenSea:
- Join my Discord community: https://discord.gg/A9CnsVzzkZ
- GitHub Repo Source Code: https://github.com/codeSTACKr…
** This is an updated video that streamlines the process for creating an NFT collection. NO CODING IS REQUIRED! **
No coding experience? No problem! We will get you from nothing to an entire collection of 10,000 Unique NFTs in 30 minutes! 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!
In this video, we are going to dive head first into cryptocurrencies, NFTs, and minting. 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
- GitHub Repo Source Code: https://github.com/codeSTACKr/create-…
- Join my Discord community: https://discord.gg/A9CnsVzzkZ
- @HashLips NFT YouTube: https://www.youtube.com/c/HashLipsNFT
- NFTPort: https://nftport.xyz
- Mac M1 Issue: https://github.com/HashLips/hashlips_…
VIDEOS
- How to Create NFT Layers in Photoshop or Figma: https://youtu.be/k72aCI1VyKM
- How to Automate Listing on OpenSea: https://youtu.be/Iy1n_LxUwZs
- Original Video – v1.0.0: https://youtu.be/AaCgydeMu64
- NFT Playlist: https://www.youtube.com/playlist?list…
Become A VS Code SuperHero Today: https://vsCodeHero.com
Tools I use:
- codeSTACKr VS Code Theme: https://marketplace.visualstudio.com/…
- STACKr Code Font (Exclusive to my VS Code Course – https://vsCodeHero.com)
- SuperHero Extension Pack: https://marketplace.visualstudio.com/…
Timestamps
- 00:00 – Intro
- 01:35 – What’s an NFT?
- 02:10 – What is a blockchain?
- 03:00 – NFT Use Cases
- 03:22 – NFT Collections
- 04:04 – Create Image Layers
- 06:37 – Download Repo & Set Up
- 09:59 – Include your images here!
- 11:07 – Config.js Overview
- 14:15 – Generate 10k Unique Images!
- 14:38 – The complexity of creating NFTs
- 16:31 – Install MetaMask
- 16:48 – NFTPort Settings in config.js
- 20:29 – Create Generic Metadata (optional)
- 20:57 – Upload Images & Metadata to IPFS
- 22:02 – Deploy Contract
- 22:42 – Mint NFTs
- 24:17 – Check Mint Transactions
- 25:09 – List for Sale on OpenSea
- 25:59 – Reveal your NFTs (optional)
- 27:55 – Refresh OpenSea Command
- 28:30 – Mint for real now!
Show support!
- PayPal: https://paypal.me/codeSTACKr
Watch Next:
- Playlist: Web Development For Beginners – https://www.youtube.com/watch?v=Ez4yH…
Connect With codeSTACKr:
- 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.
”
Tag: coding
[#Script #Coding] Greedy Algorithms Tutorial – Solve Coding Challenges
Greedy Algorithms Tutorial – Solve Coding Challenges
By freeCodeCamp.org
Published: Jun 27, 2022“
Learn how to use greedy algorithms to solve coding challenges. Many tech companies want people to solve coding challenges during interviews and many of the challenges can be solved using a greedy algorithm. A greedy algorithm is any algorithm that follows the problem-solving heuristic of making the locally optimal choice at each stage.
Course from Tanishq Chaudhary. Check out his channel: https://www.youtube.com/c/TanishqChau…
Links to coding challenges on InterviewBit:
- Highest product: https://www.interviewbit.com/problems…
- Bulbs: https://www.interviewbit.com/problems…
- Disjoint intervals: https://www.interviewbit.com/problems…
- Largest permutation: https://www.interviewbit.com/problems…
- Meeting rooms: https://www.interviewbit.com/problems…
- Distribute candy: https://www.interviewbit.com/problems…
- Seats: https://www.interviewbit.com/problems…
- Assign mice to holes: https://www.interviewbit.com/problems…
- Majority element: https://www.interviewbit.com/problems…
- Gas station: https://www.interviewbit.com/problems…
Course contents
- (0:00:00) Greedy introduction
- (0:04:32) Bulbs
- (0:12:11) Highest product
- (0:17:08) Disjoint intervals
- (0:28:43) Largest permutation
- (0:38:30) Meeting rooms
- (0:49:25) Distribute candy
- (1:03:13) Seats
- (1:19:13) Assign mice to holes
- (1:24:19) Majority element
- (1:35:28) Gas station
- (1:52:39) End
”
[#Script #Coding] Automate with Python – Full Course for Beginners
Automate with Python – Full Course for Beginners
By freeCodeCamp.org
Published: Jun 20, 2022“
Learn how to automate your life with Python! You will learn how to automate boring and repetitive tasks such as creating an Excel report, sending text messages, extracting tables from websites, interacting with websites, and more. You will learn how to use a few different Python libraries to help with automation such as Path, Selenium, XPath, and more.
Source Code & Datasets: https://github.com/ifrankandrade/auto…
– Course from Frank Andrade. Check out his YouTube Channel: https://www.youtube.com/c/FrankAndrade5
– Automation Cheat Sheet: https://frankandrade.ck.page/44559e1ae7
– Frank’s 11-Hour Automation Course in Python: https://www.udemy.com/course/automate…
– Frank’s Discord Server: https://discord.gg/6xyQaj8bJKCourse Contents
- (0:00:00) Intro
- (0:00:31) Project #1 Table Extraction – Extract Tables from Websites
- (0:02:53) Table Extraction – Extract CSV Files from Websites
- (0:09:38) Table Extraction – Extract Tables from PDFs
- (0:13:06) Project #2 – Web Automation & Web Scraping – HTML Basics – Tags and Elements
- (0:20:57) Web Automation & Web Scraping – HTML Basics – Tree Structure
- (0:24:22) Web Automation & Web Scraping – XPath – Syntax, Functions and Operators
- (0:28:06) Web Automation & Web Scraping – XPath – Test Your XPath
- (0:33:38) Web Automation & Web Scraping – XPath – Special Characters and Syntax
- (0:38:17) Automate The News – Installing Selenium and ChromeDriver
- (0:40:34) Automate The News – Creating The Driver
- (0:44:46) Automate The News – Finding Elements
- (1:04:34) Automate The News – Exporting Data to a CSV File
- (1:12:34) Automate The News – Headless mode
- (1:18:18) Automate The News – Preparing Script to Be Run Everyday
- (1:30:17) Automate The News – Convert py to exe
- (1:37:18) Automate The News – Schedule Python Script with crontab (macOS)
- (1:42:16) Project #3 – Automate Excel Report – Create a Pivot Table with Python
- (1:49:42) Automate Excel Report – Add a Bar Chart
- (2:05:02) Automate Excel Report – Write Excel Formulas with Python
- (2:19:18) Automate Excel Report – Format Cells
- (2:23:04) Automate Excel Report – Convert Pivot Table to Excel Report
- (2:25:32) Automate Excel Report – Generate Excel Reports with One Click (py to exe)
- (2:33:22) Project #4 – Automate WhatsApp
”
[#Script #Coding] Learn HTML – Full Tutorial for Beginners (2022)
Learn HTML – Full Tutorial for Beginners (2022)
By freeCodeCamp.org
Published: Mar 08, 2022“
Learn HTML in this complete course for beginners. This is an all-in-one beginner tutorial to help you learn web development skills. This course teaches HTML5.
Dave Gray created this course. Check out his channel: https://www.youtube.com/davegrayteachescode
Code: https://github.com/gitdagray/html_courseCourse Contents
- (00:00:00) Intro
- (00:00:55) Chapter 1 – Getting Started
- (00:20:13) Chapter 2 – Head Element
- (00:29:02) Chapter 3 – Text Basics
- (00:49:45) Chapter 4 – List Types
- (00:59:55) Chapter 5 – Add Links
- (01:30:38) Chapter 6 – Add Images
- (02:00:58) Chapter 7 – Semantic Tags
- (02:24:53) Chapter 8 – Create Tables
- (02:40:42) Chapter 9 – Forms & Inputs
- (03:25:16) Chapter 10 – HTML Project
”
[#Script #Coding] .NET Microservices – Full Course for Beginners
.NET Microservices – Full Course for Beginners
By freeCodeCamp.org
Published: Feb 25, 2022“
Learn the foundational elements of a microservices architecture with .NET in this beginner level course. You will incrementally building a real microservices-based application with the .NET platform and C#.
Get the code: https://youtube.dotnetmicroservices.com/netmicroservicesbasics
Course created by Julio Casal. Check out his channel: https://www.youtube.com/channel/UCw8a…
Want to master microservices? Learn more from Julio here: https://dotnetmicroservices.comCourse Contents
- (0:00:14) Module 1- Welcome to the course!
- (0:04:52) Development environment setup
- (0:12:39) Customizing VS Code for C# Development
- (0:17:37) What’s wrong with the monolith?
- (0:25:32) What are microservices?
- (0:35:18) Module 2- Your first microservice
- (0:35:53) Creating a microservice via the .NET CLI
- (0:45:46) Introduction to the REST API and DTOs
- (0:47:35) Adding the DTOs
- (0:50:52) Adding the REST API operations
- (1:15:57) Handling invalid inputs
- (1:27:04) Module 3- Adding database storage
- (1:27:51) Introduction to the repository pattern and MongoDB
- (1:30:13) Implementing a MongoDB repository
- (1:44:18) Using the repository in the controller
- (1:55:11) Introduction to Docker
- (1:56:57) Trying out the REST API with a MongoDB container
- (2:09:50) Introduction to Dependency Injection and Configuration
- (2:14:47) Implementing dependency injection and configuration
- (2:31:40) Module 4- Preparing for the next microservice
- (2:32:37) Using Postman
- (2:48:01) Reusing common code via NuGet
- (2:52:12) Refactoring into a generic MongoDB repository
- (3:03:02) Refactoring MongoDB registration into extension methods
- (3:10:07) Moving generic code into a reusable NuGet package
- (3:26:04) Introduction to Docker Compose
- (3:28:24) Moving MongoDB to docker compose
- (3:39:18) Module 5- Synchronous inter-service communication
- (3:40:12) Creating the Inventory microservice
- (4:06:47) Introduction to synchronous communication
- (4:10:29) Implementing synchronous communication via IHttpClientFactory
- (4:22:15) Understanding timeouts and retries with exponential backoff
- (4:25:45) Implementing a timeout policy via Polly
- (4:35:41) Implementing retries with exponential backoff
- (4:46:53) Understanding the circuit breaker pattern
- (4:49:59) Implementing the circuit breaker pattern
- (4:56:36) Module 6- Asynchronous inter-service communication
- (4:57:31) Introduction to asynchronous communication
- (5:07:23) Defining the message contracts
- (5:11:09) Publishing messages via MassTransit
- (5:22:21) Standing up a RabbitMQ docker container
- (5:30:04) Refactoring MassTransit configuration into the reusable NuGet package
- (5:41:11) Consuming messages for eventual data consistency
- (6:01:54) Removing the inter-service synchronous communication
- (6:16:32) Module 7- Initial Frontend Integration
- (6:17:02) Installing Node.js
- (6:20:13) Getting started with the frontend
- (6:34:55) Understanding CORS
- (6:40:50) Adding the CORS middleware
- (6:46:49) Exploring the frontend to microservices communication
- (7:05:18) Next Steps
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
And subscribe for new videos on technology every day: https://youtube.com/subscription_cent…
”
[#Script #Coding] Unreal Engine & C++ Tutorial – Endless Runner Game
Unreal Engine & C++ Tutorial – Endless Runner Game
By freeCodeCamp.org
Published: Oct 21, 2021“
Learn how to use Unreal Engine and C++ to create an endless runner game
Course created by Fahir from Awesome Tuts. Check out his channel: https://www.youtube.com/channel/UC5c-DuzPdH9iaWYdI0v0uzw
More tutorials from Fahir: https://awesometuts.com/.”
[#Script #Coding] Visual Basic (VB.NET) – Full Course for Beginners
Visual Basic (VB.NET) – Full Course for Beginners
By freeCodeCamp.org
Published: Jun 13, 2022“
Lean the fundamentals of programming with Visual Basic (sometimes called Visual Basic .NET or VB.NET).
In this tutorial, you will learn about the basic constructs of high level programming languages, including sequence, selection and iteration. You will learn how to build an event-driven, form-based, user interface to capture input, and you will learn how to write code to validate and process the data collected.
Get Visual Studio for free: https://visualstudio.microsoft.com/
Kevin Drumm developed this course. Check out his YouTube channel: https://www.youtube.com/c/ComputerSci…
Course Contents
- (0:00:00) Introduction
- (0:00:46) Hello Visual Studio
- (0:13:44) Customise The Visual Studio IDE
- (0:19:13) Output and Variables
- (0:34:26) Variable Data Types
- (0:41:56) Input with Windows Forms
- (0:54:18) Debugging Code
- (1:02:47) Arithmetic Operators
- (1:14:24) Complex Arithmetic Expressions
- (1:22:50) Selection with If Statements
- (1:32:58) Logical and Relational Operators 1
- (1:47:32) Logical and Relational Operators 2
- (1:56:37) Select Case
- (2:02:57) For Next
- (2:08:17) Practice For Next Loops & If Blocks
- (2:12:39) Do While
- (2:21:24) Condition Controlled Loops
- (2:29:39) Array Variables
- (2:39:48) Practice Arrays & Loops
- (2:49:46) Linear Search
- (2:56:24) Two Dimensional Arrays
- (3:07:00) 2D Arrays & Nested Loops
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
And subscribe for new videos on technology every day: https://youtube.com/subscription_cent…”
[#Script #Coding] R Shiny for Data Science Tutorial – Build Interactive Data-Driven Web Apps
R Shiny for Data Science Tutorial – Build Interactive Data-Driven Web Apps
By freeCodeCamp.org
Published: Sep 22, 2021“
Learn how to build interactive data-driven web apps in R using the Shiny package.
Course developed by Chanin Nantasenamat (aka Data Professor). Check out his YouTube channel for more bioinformatics and data science tutorials: https://www.youtube.com/dataprofessor
Code
- Apps 1-5: https://github.com/dataprofessor/rshiny_freecodecamp
- Deploy Shiny App: https://github.com/dataprofessor/iris…
- Medium blog posts for more data science tutorials https://data-professor.medium.com/
- For updates connect via Newsletter: http://newsletter.dataprofessor.org/
- Twitter: https://twitter.com/thedataprof/
Course Contents
- (0:00:00) Introduction
- (0:01:13) Introduction to Shiny
- (0:08:24) App 1 – Print User Input
- (0:21:12) App 2 – Display Histogram
- (0:32:07) App 3 – Machine Learning (Weather Dataset)
- (0:47:51) App 4 – Machine Learning (Iris Dataset)
- (1:05:03) App 5 – BMI Calculator
- (1:19:18) Deploy Shiny Apps to Heroku
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
Subscribe for new videos on technology every day: https://youtube.com/subscription_cent…”
[#Script #Coding] Deploy 12 apps to AWS, Azure, & Google Cloud
Deploy 12 apps to AWS, Azure, & Google Cloud
By freeCodeCamp.org
Published: Jul 29, 2021“
Learn how to deploy 12 different apps to 3 different cloud services.
This course was created by Scalable Scripts. Check out their channel: https://www.youtube.com/c/ScalableScripts
- (0:00:00) Intro
- (0:00:37) Dockerize a React app
- (0:08:57) Dockerize a NodeJS app
- (0:13:40) Dockerize a VueJS app
- (0:20:00) Dockerize a NestJS app
- (0:26:26) Dockerize an Angular app
- (0:35:00) Dockerize a Golang app
- (0:41:23) Dockerize a Svelte app
- (0:47:27) Dockerize a Django app
- (0:52:12) Dockerize a Laravel app
- (0:56:32) Dockerize a .NET Core app
- (1:03:41) Dockerize a Spring Boot app with Kotlin
- (1:11:20) Dockerize a Deno app
- (1:16:33) Deploy a Container to AWS
- (1:25:22) Deploy a Container to Azure
- Deploy a Container to Google Cloud
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
And subscribe for new videos on technology every day: https://youtube.com/subscription_cent...”
[#Script #Coding] Flutter Course for Beginners – 37-hour Android App Development Tutorial
Flutter Course for Beginners – 37-hour Android App Development Tutorial
By freeCodeCamp.org
Published: Feb 24, 2022“
Learn how to use Flutter in this complete course for beginners. Flutter is an open-source UI software development kit used to create cross-platform applications for iOS, Android, Windows, Mac, and more.
GitHub repo: https://github.com/vandadnp/mynotes-course
Course developed by Vandad Nahavandipoor. Check out his channel: https://www.youtube.com/channel/UC8Np…Discord study group (for questions and answers about this course): https://discord.gg/C8UpxJyU4n
Setting up Firebase CLI and FlutterFire CLI on Windows: https://www.youtube.com/watch?v=nQ3Ah…Course Contents
- (00:00:00) Introduction
- (00:02:57) Developer Accounts
- (00:39:12) Setup
- (01:14:42) Introduction to Dart
- (02:01:26) Dart Control Statements and Collections
- (02:46:44) Sound Null safety in Dart
- (03:27:12) Dart Enumerations, Classes and Objects
- (04:18:36) Advanced Dart
- (05:00:41) Project Setup
- (05:48:30) iOS App Setup
- (06:59:32) Android App Setup
- (07:31:31) Firebase Backend Setup
- (08:01:20) Basic Registration Screen
- (09:04:54) Login View
- (09:53:10) Separating App Initialization from Login and Register Screens
- (10:19:47) Setting up Git and GitHub
- (11:10:34) Email Verification View
- (11:44:45) Link Between Login and Register Views
- (12:18:01) Logout View
- (13:13:46) Go From Login to Notes View
- (13:36:43) Cleaning Up our Routes
- (13:51:17) Error Handling in Login View
- (14:16:21) Error Handling in Register View, Next Screen After Registration
- (14:44:45) Confirming Identity Before Going to Main UI…
”









