• Post category:StudyBullet-13
  • Reading time:5 mins read


Learn solidity from scratch and create your own NFT collection like CryptoPrank and sell on openSea.

What you will learn

Learn About Blockchain & NFT

Learn About Smart Contract

Learn Solidity programing from scratch

Develop and sell NFTs.

Learn how to upload your NFTs on IPFS

Discover how to sell your own NFT on Opensea.

Description

If you answered ‘yes‘ to any of the questions below, then this course is for you!

  • Are you interested in learning how to create your own smart contracts?
  • Are you interested in learning Solidity?
  • Do you want to sell NFTs that you’ve created yourself?
  • As an entrepreneur, do you want to use blockchain technology to transform your business, but aren’t sure how to get started?

Learn how to create your own smart contracts and NFTs with Solidity and the Ethereum blockchain. In this course, you’ll get a thorough introduction to the Solidity programming language and the Ethereum ecosystem. You’ll learn how to create and deploy smart contracts on the Ethereum network, and how to create and sell your own unique NFTs. Whether you’re a developer looking to get started with Ethereum, or an entrepreneur looking to use blockchain technology to transform your business, this course has something for you. With hands-on exercises and real-world examples, you’ll have the skills and knowledge you need to succeed in the world of blockchain and cryptocurrency. Enroll now and start building on the blockchain!


Get Instant Notification of New Courses on our Telegram channel.


This course is designed for those with no previous experience with NFTs or Solidity. We will start from the basics and cover the fundamentals of NFTs and their use cases. Then, we’ll dive into the Solidity programming language from the ground up. In the next module, we’ll create our own custom ERC721 NFT token. Along the way, we’ll also learn about IPFS and how to publish and sell our NFT on opensea. By the end of this course, you’ll have a solid foundation in NFTs and Solidity, and you’ll be able to create and sell your own unique NFTs on the blockchain.

I’m excited to see you in the lesson!

English
language

Content

Introduction to Blockchain & NFT

Blockchain Basic
What is NFT
ERC721 vs ERC1155
NFT future
The benefits of creating your own collection

Solidity Programming From Scratch

Write your first code in solidity
Types of variables
Arrays in solidity
Enums
Structs
Mapping
Function and Modifier
if else statement
Loop
Constructor
Event
Payable & send Eth
Inheritance
Project: Create A banking system using solidity

Create NFT Smart Contract

Properties of ERC721 Token
Install Metamask
Get some ether on Goerli Testnet
Write an NFT contract
Deploy the NFT contract

IPFS – InterPlanetary File System

IPFS – Fundamental
Create Metadata

Mint NFT and sell on Opensea

Mint your first NFT