nft-minter-tutorial
nft-minter-tutorial copied to clipboard
đ NFT Minter Tutorial Files
This repository contains the starter files (minter-starter-files) and completed version (nft-tutorial) of Alchemy's NFT Minter tutorial.
âšī¸ About the tutorial
In this beginner-level tutorial, we'll teach you how to connect your smart contract to your React dApp project by building an NFT Minter using Metamask and Web3.
đ¤ Note
Neither the minter-starter-files nor the nft-tutorial have their node_modules folder. So before running npm start in your terminal to start the React project, you need to run npm install to download all the package dependencies.