marcopolello / web3-nft-dapp

A simple web3 app for minting NFTs

Home Page:https://web3-nft-dapp.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web3 - Full Tutorial

The demo contains a basic web3 app and smart contract for minting NFTs.

Usage

git clone <this-repo>
npm install

# terminal 1 per far girare Hardhat Runtime Environment
npx hardhat node

# terminal 2 per compilare e creare il network in locale
npx hardhat compile
npx hardhat run scripts/sample-script.js --network localhost

# terminal 3 
npm run dev

Update the deployed contract address in components/Home.js

per matic network

npx hardhat run scripts/sample-script.js --network matic

About

A simple web3 app for minting NFTs

https://web3-nft-dapp.vercel.app


Languages

Language:JavaScript 68.2%Language:Solidity 18.4%Language:CSS 8.7%Language:HTML 4.7%