/EthForAll

I'm majorly focusing making Real Estate sector more transparent and accessible for user worldwide. Basically it helps people to lift property(Luxury Villas, Bungalows and Villas) and buy them directly from their Blockchain Wallet(Metamask, Coinbase, Web3Auth) hassle free without any need of much paper work.

Primary LanguageJavaScript

Real Estate Decentralized Application

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 (Version - node-v18.0.0-x64)

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