Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 478 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 478 Bytes

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