返回
项目实战

NFT - Part 2

In Part 2 of the NFT course, we will learn to implement more three functions of our NFT contract, that support transferring and burning of NFTs.

语言solidity
难度简单
总时长1.5小时

目标学习者

这门课是给谁上的

  • For developers who are interested in learning about DeFi
  • For developers who want to learn about the technical implementation of cryptocurrencies.

要求

  • It is recommended to first complete the content of NFT-Part 1.
  • Basic understanding of Solidity is recommended - at a minimum, you should be familiar with the content from the course Solidity101 to Solidity103
  • Possess an Ethereum account, connected to both Mantle and a wallet, holding either Mantle tokens or test tokens (for those wishing to perform real on-chain operations, though deployment can also be done directly in a local environment if test tokens are not available).

你会学到什么

  • Writing projects in Solidity to implement the functions of deleting, burning, and transferring of NFTs.
  • How to use a wallet to initiate transactions, get your project on-chain, and view relevant information.
NFT
burn
transfer

课程安排

  • Unit 1 - Delete - Section 1

    In this section, we will learn to start writing the 'deleteById' function.


  • Unit 2 - Delete - Section 2

    Here, we will learn how to complete the 'deleteById' function.


  • Unit 3 - Transfer - Section 1

    In this section, we will learn to start writing the transfer function.


  • Unit 4 - Transfer - Section 2

    This section will teach us how to complete the transfer function.


  • Unit 5 - Burn - Section 1

    Here, we will learn to start writing the burn function.


  • Unit 6 - Burn - Section 2

    In this final section, we will learn how to complete the burn function.

practice

NFT - Part 2

29 小节
移动端和桌面端均可访问