top of page
Writer's pictureMatt

Programming NFTs: An Introduction

Updated: Sep 6, 2023


Short introduction to coding NFTs PDF

Are you curious about the technical side of NFTs? Do you intend to create your own and go beyond the default capabilities of minting platforms such as OpenSea or Rarible?


This quick guide, although not exhaustive, will give you some hints and starting points.


While experimenting with NFT creation, I captured the steps to configure a fully working environment under Linux Ubuntu, breaking down the basics of how to code and deploy ERC721/ERC1155 smart contracts to an EVM-based chain.


I also referenced all the resources I encountered and that you might want to follow in order to dive deeper.


This is the first version and it will evolve in the future. Help yourself, it's free.🎄







Comments


bottom of page