Skip to content

albertorsesc/dapp-real-estate-nft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Estate Smart Contract for NFT DApp

Requirements

  • Create a local network on MetaMask
  • Use the first 5 private keys from the output of npx hardhat node to create 5 accounts in MetaMask using the localhost IP address provided in the command.

Installation

Clone/Download the Repository

git clone

Install Dependencies:

npm install

Run tests

npx hardhat test

Start a local Node and Deploy Contract on local network

npx hardhat node;

npx hardhat run scripts/deploy.js --network localhost;

Run app

npm run start