Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.44 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.44 KB

Immovables

Brief update of our project

Features:

Immovables is a Decentralised real estate marketplace where you can purchase and sell lands using your Crypto Wallet and know about the Details of the ledger sheets. It creates an peer-to-peer smart contract between the buyer and seller.

Images:

WhatsApp Image 2022-11-07 at 23 04 46 WhatsApp Image 2022-11-07 at 23 02 04 WhatsApp Image 2022-11-07 at 16 00 14

Tech Stack:

FrontEnd- ReactJS, Bootstrap, Testing - CHAI, Backend - NODEJS, SMART CONTRACTS -SOLIDITY, CONTRACT DEPLOY TOOLS - TRUFFLE & HARDHAT, NETWORK - POLYGON NETWORK (MATIC MUMBAI TESTNET)

Installation:

  1. git clone https://github.com/Block-Developers/Immovable-web3build
  2. cd Immovable-web3build

In Order to start and deploy the project :

  1. Connect metamask with polygon and add accounts in meta mask.
  2. type "truffle compile" in the source folders command panel to compile all contracts.
  3. then type "truffle migrate" to migrate contract.
  4. then type "truffle deploy --network matic" to deploy the contract in polygon network.
  5. then hit "npm run start" and this will run project on your localhost:3000 .