Skip to content

unclebay143/NFT-Minting-dApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How it works

Below is the basic flow of how our NFT Minting dApp will function:

  • Minters will log in on the dApp by connecting their wallet i.e Metamask.

This is how NFT minting dApp works, the user connects their wallet on the dApp

  • They will then supply the name, image, and description of the digital asset they want to mint.

In order to mint an NFT, the name, description and the image of the digital asset must be provided

  • Our NFT minter will turn the digital asset into an NFT when they click the "Mint NFT" button.

An NFT minter will process the digital asset into an NFT

  • All minted NFTs will be listed on OpenSea Testnet Marketplace where everyone can view them and the owner can also place them for sale 😋.

When an NFT is minted, the NFT is placed on NFT marketplace like OpenSea

We'll be making use of the Testnet environments throughout this tutorial, you can apply the same steps when you're ready to deploy to a Mainnet network.

A Testnet network is merely a functional prototype that works with fake cryptocurrencies for a blockchain project, while the Mainnet network is a fully built blockchain platform that allows users to perform real cryptocurrency transactions on the blockchain.

At the end of this tutorial, you'll have a working dApp that allows anyone to mint their digital assets (images) into an NFT.

Drop a ⭐️ if you find the tutorial helpful!