Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 884 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 884 Bytes

Epic NFT Project

  1. That contract has all the logic around our NFTs.
  2. Our smart contract will be deployed to the blockchain. This way, anyone in the world will be able to access and run our smart contract — and we'll let them mint NFTs!
  3. We're going to build a client website that will let people easily mint NFTs from our collection.

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

Run test case

npx hardhat run scripts/run.js

Deploy contract

npx hardhat run scripts/deploy.js --network goerli

Open source

npx hardhat verify {contract_address} --network goerli

Project url

https://nft-starter-project.jiashuaichang.repl.co

Screenshot

运行截图