This is the course project to the Udemy Course Build An NFT Marketplace From Scratch - Blockchain DApp
Requires a sensitive-data.js
with following constants in root folder:
module.exports = {
PROJECT_ID: 'put your infura project id here',
PRIVATE_KEY: 'put your metamask account private key here',
};