lenscloth / web3-nft-dapp-tutorial

A simple web3 app for minting NFTs

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
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

About

A simple web3 app for minting NFTs


Languages

Language:JavaScript 66.8%Language:Solidity 18.8%Language:CSS 9.0%Language:HTML 5.4%