Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`