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.js
with newly deployed address and then run react app inclient
directory
cd client
npm install
npm start