An NFT Marketplace application for people in Academia
Update
Either update the ganache account’s private key in hardhat.config.js
Or register network in hardhat.config.js
If you are using your own network, then update rpcEndpoint in pages\index.js line 19
E.g., \
let rpcEndpoint = "http://127.0.0.1:7545";
Run
npm install
npx hardhat run --network your_network_name .\scripts\deploy.js
npm run build
npm start
We would like to thank @x0protivol for proof-reading and updating the hard code with us.