Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.07 KB

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

resources

https://learnweb3.io/degrees/ethereum-developer-degree/sophomore/build-an-nft-collection-with-a-whitelist-using-hardhat-and-solidity/

Output of the contract

Compiled 2 Solidity files successfully
Whitelist Contract Address: 0xdA79AFB78616a7Cca26B2e412EE3d535d6b832EA
The contract 0xdA79AFB78616a7Cca26B2e412EE3d535d6b832EA has already been verified.

https://sepolia.etherscan.io/address/0xdA79AFB78616a7Cca26B2e412EE3d535d6b832EA#code

Compiled 15 Solidity files successfully
NFT Contract Address: 0x66AE0dc3c5A73B67b709EC1dda6be7358A613Fe3
The contract 0x66AE0dc3c5A73B67b709EC1dda6be7358A613Fe3 has already been verified.

https://sepolia.etherscan.io/address/0x66AE0dc3c5A73B67b709EC1dda6be7358A613Fe3#code