Skip to content

polytrade-finance/nft-marketplace-sc

Repository files navigation

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.

Try running some of the following tasks:

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

Steps to deploy and verify:

1- Create Smart Contract 2- Create deploy.js file 3- Use npx hardhat run scripts/scriptName.js --network mumbai command to run a script on polygon mumbai network 3- Use npx hardhat deploy ContractNameIndex --network mumbai command to run the deployment task on polygon mumbai network 4- Check network list available to verify from the hardhat framework npx hardhat verify --list-networks 5- Use npx hardhat verify --contract contracts/SCFileName.sol:SCName --network mumbai SMART_CONTRACT_ADDRESS "Smart Contract Parameter 1" "Smart Contract Parameter 2" to verify on polygon mumbai network

About

Smart Contracts for NFT Marketplace

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published