hackquest logo
 

NFT Marketplace - Part 2

In Part 2 of the NFT Marketplace course, we will complete the NFT marketplace with the last buy function.

Language

Solidity

Total Length

1.7h

Part of Learning Track

Build on Ethereum + 1

What You’ll Learn

Continuing to implement core functionalities of the NFT Marketplace - purchasing NFTs and canceling orders. How to use a wallet to initiate transactions, get your project on-chain, and view relevant information.
buyNFT
cancelOrder

Syllabus

buyNFT(1)

In this section, we will implement first part of the function that buying NFT on the marketplace.

buyNFT(2)

1. NFT transfer 2. Transfer money to seller 3. Delete Listed Product Information 4. Submit OrderBought Event

CancelOrder(1)

In this section, we will implement the functionality to remove our NFT from the market.

CancelOrder(2)

In this section, we will implement the functionality to remove our NFT from the market.