hackquest logo
 

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.

Language

Solidity

Total Length

1.5h

Part of Learning Track

Build on Ethereum + 1

What You’ll Learn

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

Syllabus

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.