Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 833 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 833 Bytes

This repo is a code-along for:


3 contracts

1. Basic NFT

  • Mints NFTs locally with basic functionality

2. Random IPFS NFT

  • Mints random* NFTs with images and metadata using IPFS nodes as storage
    • Pros: Cheap
    • Cons: Someone needs to pin our data

*Random: There are 3 possible images with different chances of happening.

3. Dynamic SVG NFT (on-chain)

  • Mints dynamic* NFTs storing SVG images and metadata on-chain
    • Pros: The data is on-chain!
    • Cons: MUCH more expensive

*Dynamic: If price of ETH is above X -> Happy face image :); If price of ETH is below X -> Sad face image :(