Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 227 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 227 Bytes

Real Estate NFT DApp

Install Dependencies : $ npm install

Start Hardhat node : $ npx hardhat node

Run deployment script : $ npx hardhat run ./scripts/deploy.js --network localhost

Start frontend : $ npm run start