๐Ÿ“ฆ Krish-bhardwaj / NFT-MINTER

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching
๐Ÿ“ฅ Clone https://github.com/Krish-bhardwaj/NFT-MINTER.git
HTTPS git clone https://github.com/Krish-bhardwaj/NFT-MINTER.git
SSH git clone git@github.com:Krish-bhardwaj/NFT-MINTER.git
CLI gh repo clone Krish-bhardwaj/NFT-MINTER
Krish-bhardwaj Krish-bhardwaj first commit 5c206a0 3 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ contracts
๐Ÿ“ FRONTEND
๐Ÿ“ scripts
๐Ÿ“„ .gitignore
๐Ÿ“„ hardhat.config.js
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Basic Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help