Writing NFT Marketplace Smart Contracts
In this chapter, you’re going to learn about the NFT marketplace. You’ve written an ERC-721 NFT smart contract in the previous chapter. You also even added some functions to sell NFTs for ETH. Now, you want to go further and create an NFT marketplace where people can trade their NFTs. This marketplace smart contract will interact with the NFT smart contract you’ve written previously.
The following topics will be covered in this chapter:
- Understanding the NFT marketplace
- Writing the NFT marketplace smart contract
- Writing the tests
- Enhancing the NFT marketplace