Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.49 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.49 KB

Real Estate NFT DApp

image

image

Why did i make this app?

A huge crowd gathered to buy DLF houses. I tried to use Blockchain as an approach to overcome the challange.

  • the Dapp is the decentralized application that is transperent and secure way of transation .
  • it reduces time and inconvinence.
  • it is modern way of transaction than traditional way.

image

Technology Stack & Tools

  • Solidity (Writing Smart Contracts & Tests)
  • Javascript (React & Testing)
  • Hardhat (Development Framework)
  • Ethers.js (Blockchain Interaction)
  • React.js (Frontend Framework)

Requirements For Initial Setup

  • Install NodeJS
  • Hardhat Framework to run a local node.

Setting Up

1. Clone/Download the Repository

2. Install Dependencies:

$ npm install

3. Run tests

$ npx hardhat test

4. Start Hardhat node

$ npx hardhat node

5. Run deployment script

In a separate terminal execute: $ npx hardhat run ./scripts/deploy.js --network localhost

7. Start frontend

$ npm run start