Skip to content

the-grateful-ed/crypto-chihuahua-nft-dapp

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published