Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fireship-io/web3-nft-dapp-tutorial
A simple web3 app for minting NFTs
https://github.com/fireship-io/web3-nft-dapp-tutorial
Last synced: 3 days ago
JSON representation
A simple web3 app for minting NFTs
- Host: GitHub
- URL: https://github.com/fireship-io/web3-nft-dapp-tutorial
- Owner: fireship-io
- Created: 2022-01-18T04:30:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T03:37:51.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T18:42:17.103Z (3 months ago)
- Language: JavaScript
- Size: 3.36 MB
- Stars: 225
- Watchers: 4
- Forks: 122
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web3 - Full Tutorial
The demo contains a basic web3 app and smart contract for minting NFTs.
- See it in action in the [Web3 NFT Tutorial](https://youtu.be/meTpMP0J5E8) on YouTube.
- Follow the full [Web3 Tutorial](https://fireship.io/lessons/web3-solidity-hardhat-react-tutorial) on Fireship.## Usage
```bash
git clone
npm install# terminal 1
npx hardhat node# terminal 2
npx hardhat compile
npx hardhat run scripts/sample-script.js --network localhost# terminal 3
npm run dev
```Update the deployed contract address in `compoonents/Home.js`