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.jsnpx hardhat compile
npm i npm install @nomicfoundation/hardhat-toolbox
Hardhat is more powerfull than remixIDE.
npx hardhat run scripts/deployNFT.js --network goerli
- NFT Contract deployed to: 0x38700E9d566F48C9Fe64Bb0e6874cb4960a9aE63
npx hardhat run scripts/deployH.js --network goerli
- Contract deployed at: 0x63e6FBc70A5480Ef157902f41D2a7c3D92A14cC0
NFT (without image):
- https://goerli.etherscan.io/address/0x38700e9d566f48c9fe64bb0e6874cb4960a9ae63
- https://testnets.opensea.io/es/collection/learnweb3-s-nft-bofrijaqzt
"HelloWeb3"