a
Overview

In this module, you'll dive into the client side of the Solana program. You'll build a DApp for minting and transferring NFTs. The client-side setup process stays the same, and you'll also learn more about NFTs and how they work.

What-is-nft ??

Go through this module before diving into the DApp, as it is built around this program.

NFT_Terminology

The Solana smart contract program for this DApp is deployed at this address.

Program id : 8QjnMJzRhYLe7JFgZveW7HGTtRy97FMbdZSNwsNwnVfC

Transaction_History

We are using the Solana d-app scaffold for this module.

solana_dapp_scaffold

You can access this module code here: solang_NFT_mint_transfer