Further reading
To complement this chapter, the following links may help:
- Technical introduction
- More on the EIP 1155 proposal: https://ethereum.org/en/developers/docs/standards/tokens/erc-1155/
- More on the EIP 721 proposal: https://eips.ethereum.org/EIPS/eip-721
- Implementation by Open Zeppelin: https://docs.openzeppelin.com/contracts/3.x/api/token/erc721#ERC721
- How to build, deploy, and mint an NFT with Web3.py in Google Colab. Please have a look at these four videos:
- Build a Solidity 0.8.12 NFT Smart Contract 2022: https://www.youtube.com/watch?v=SQ-chPSNgGw&list=PLw-9a9yL-pt0tD7ZBci5ybHy-T2XuHBtV&index=41
- Compile an NFT Smart Contract with Python: https://www.youtube.com/watch?v=HOJ-Xl9_FYg&list=PLw-9a9yL-pt0tD7ZBci5ybHy-T2XuHBtV&index=42
- Deploy an NFT Smart Contract with Python: https://www.youtube.com/watch?v=lL5s9FDYo64&list=PLw-9a9yL-pt0tD7ZBci5ybHy-T2XuHBtV&index=44
- Interact with an NFT Smart Contract in Python: https://www.youtube.com/watch?v=DjMoJEnnvXs...