Build a WEB3 app to mint unlimited NFTs… But should you?
I built a web3 dapp that can mint an unlimited quantity of NFTs. Learn how to build decentralized web apps with JavaScript using tools like Hardhat, Solidity, OpenZeppelin, React, Alchemy, and more
🤪 Invest in my NFT Collection
#web3 #nft #tutorial
🔗 Resources
- Source Code
- Pinata
- Hardhat
- OpenZeppelin Wizard
- Alchemy
- Web3 Criticism
- No-Code NFT tutorial by @codeSTACKr
📚 Chapters
00:00 Web3 Introduction
01:11 What is an NFT?
02:27 Why Web3 is Dumb
03:00 1. How to Generate Random Art
06:14 2. Upload to IPFS with Pinata
07:33 3. Hardhat Toolchain Setup
08:51 4. Code an ERC-721 Smart Contract
13:30 5. Testing Smart Contracts w