Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 432 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 432 Bytes

KryptoBird Marketplace

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',
};