0xmetaschool / erc404-nftmarketplace-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Run the following command to install the dependencies:

npm install dotenv --save --force
npm install --save-dev hardhat --force
npm install --force

Try running some of the following tasks to test your project:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js

About


Languages

Language:Solidity 62.4%Language:JavaScript 26.4%Language:CSS 8.8%Language:HTML 2.4%