Back to Video Series
Beginner5h estimated+55 pts

NFT Collection

Create an ERC-721 NFT collection with metadata, images stored on IPFS, and a minting function.

Video Coming Soon

We're recording this tutorial. In the meantime, follow the written guide and build in the browser IDE.

What You'll Build

Create an ERC-721 NFT collection with metadata, images stored on IPFS, and a minting function.

SolidityHardhatOpenZeppelinIPFS/Pinata

Learning Objectives

  • Understand the ERC-721 NFT standard
  • Store metadata and images on IPFS
  • Write a minting smart contract
  • Configure royalties with ERC-2981