Skip to content

anyone on the internet can learn a little about who you are and send you a 👋 + a message and have that data saved on the blockchain through an Ethereum smart contract.

changjiashuai/epic-nfts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

运行截图

About

anyone on the internet can learn a little about who you are and send you a 👋 + a message and have that data saved on the blockchain through an Ethereum smart contract.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published