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
1: PreSale/Sale(preSale limit 30mints)(sale 1hour) (done)
2: WhiteListUser(merkle tree root)
4: TotalSupply(1691) (done)
5: PriceOfNFT(presale(0.0027) tokens/sale(0.1691))(done)
6: LimitOfNFT(presale(1)/sale(3)(done)
7: NFTOnRent(you give nft to use for specific time & after That automatic nft backed)
8: mint(presale/sale)(done)
9: bulkMint(Actibe on sale)(done)
10: Reserve(50 nft Reserve for owner)
11: Status(TotalMinted NFTs, Total NFts MInted by owner, PreSale(Start&endTime), Sale(Start&endTime),Price(presale&sale),TotalSuply,Owneraddress,limitofusermint)
12: ERC20 half reserved for owner and half of users