14
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
Technical requirements
The code for this chapter can be found at https://github.com/PacktPublishing/Hands-On-Blockchain-for-Python-Developers--2nd-Edition/tree/main/chapter_14 ...
Get Hands-On Blockchain for Python Developers - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.