Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alchemyplatform/nft-minter-tutorial
https://github.com/alchemyplatform/nft-minter-tutorial
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/alchemyplatform/nft-minter-tutorial
- Owner: alchemyplatform
- Created: 2021-03-31T00:09:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T12:41:03.000Z (about 1 year ago)
- Last Synced: 2025-01-19T09:04:57.618Z (8 days ago)
- Language: JavaScript
- Size: 423 KB
- Stars: 240
- Watchers: 18
- Forks: 312
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-web3-tools-and-dapps - NFT Minter - Get files and a tutorial to help you create an NFT minting DApp on Ethereum. (dApps directory / NFT App Templates)
README
# đ NFT Minter Tutorial Files
This repository contains the starter files (`minter-starter-files`) and completed version (`nft-tutorial`) of Alchemy's [NFT Minter tutorial](https://docs.alchemyapi.io/alchemy/tutorials/nft-minter).
## âšī¸ 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.