Skip to content

Code-along repo for course lesson #14 from FreeCodeCamp's Full Blockchain Solidity Course JS

License

Notifications You must be signed in to change notification settings

volbap/hardhat-nft-fcc

Repository files navigation

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 :(

About

Code-along repo for course lesson #14 from FreeCodeCamp's Full Blockchain Solidity Course JS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published