Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 333 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 333 Bytes

NFTPlace

This project showcases a basic Hardhat setup. It includes a sample smart contract, a test suite for that contract, and a deployment script.

You can try running the following commands:

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