ethereum nft marketplace
- 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- Copy deployed contract address and replace contract address in
client/src/blockchain.jswith newly deployed address and then run react app inclientdirectory
cd client
npm install
npm start