Skip to content

Minimal nft boilerplate with ethersjs, hardhat, react, polygon, web3modal

License

Notifications You must be signed in to change notification settings

Salmandabbakuti/nft-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ethereum-nft-marketplace

ethereum nft marketplace

Steps:

  1. Compile and deploy contract
npm install
npx hardhat node
npx hardhat compile
npx hardhat deploy (or) npx hardhat run scripts/deployContract.js --network local
npx hardhat test
  1. Copy deployed contract address and replace contract address in client/src/blockchain.js with newly deployed address and then run react app in client directory
cd client
npm install
npm start