When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

SkillShare logo

Learn to create and sell your own NFT using Solidity

Unlock creativity with Skillshare! Learn acrylic painting, AI writing, graphic design, and photography.

     0 |
  • Reviews ( 0 )
Free

This Course Includes

  • iconskillshare
  • icon0 (0 reviews )
  • icon2 hours 5 minutes
  • iconenglish
  • iconOnline - Self Paced
  • iconcourse
  • iconSkillShare

About Learn to create and sell your own NFT using Solidity

Course Introduction

What is NFT and its use cases

ERC 721 vs ERC 1155

Install hardhat and its dependencies

Alchemy and Metamask account

Understanding ERC721 Contract

ERC 721 contract using Openzeppelin

Uploading images to Pinata

Create Meta data and upload to Pinata

Writing the deployment script

Creating a minting script

View NFT in Metamask wallet

View and Sell your NFT in OpenSea

What You Will Learn?

  • NFTs are on-trend right now; everyone is looking to buy a unique and profitable NFT, and creators and developers are taking advantage of this opportunity. NFTs exist on a blockchain, which is a distributed public ledger that records transactions. You're probably most familiar with blockchain as the underlying process that makes cryptocurrencies possible. Specifically, NFTs are typically held on the Ethereum blockchain, although other blockchains support them as well..
  • A Non-Fungible Token means that it is a unique token that has no other token like it. This is different from the ERC-20s, which are fungible. Fungible means “replaceable” or “interchangeable.”.
  • With NFTs bringing blockchain into the public eye, now is an excellent opportunity to understand the hype yourself by publishing your own NFT on the Ethereum blockchain..
  • NFTs have generated a lot of attention and become a reality in the arts and entertainment worlds. Yet, beyond these early applications, many real-world business use cases -- from licensing and certifications to real estate to supply chain management and logistics -- are still at an early stage..
  • In this course, you will learn to create and deploy an ERC-721 smart contract on the Rinkeby test network using MetaMask, Solidity, Hardhat, Pinata and Alchemy. We will do everything from scratch so that you can understand all the necessary concepts precisely. From setting up a new project, deploying our smart contract, minting our NFT and then finally listing it for sell in OpenSea marketplace..