This course will guide you through developing and deploying your own NFT contract on Sui. You will learn how to use the Move language to create and manage NFTs, and gain a deep understanding of essential functions such as minting and burning NFTs.
Language
Move
Total Length
2.0h
Part of Learning Track
Build on Sui + 1
The complete process of developing NFTs.
In this unit, we will learn the basic concepts of NFT on Sui.
In this unit, we will learn how to initialize the project and import related dependencies
In this unit, we will learn how to define the basic data structure of a NFT contract.
In this unit, we will learn the initialization function of the NFT contract
In this unit, we will learn how to implement the NFT minting function.
In this section, we will introduce how to implement the burn function for NFTs.
In this unit, we will learn how to build and deploy the program.