Brief update of our project
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.
FrontEnd- ReactJS, Bootstrap, Testing - CHAI, Backend - NODEJS, SMART CONTRACTS -SOLIDITY, CONTRACT DEPLOY TOOLS - TRUFFLE & HARDHAT, NETWORK - POLYGON NETWORK (MATIC MUMBAI TESTNET)
- git clone https://github.com/Block-Developers/Immovable-web3build
- cd Immovable-web3build
In Order to start and deploy the project :
- Connect metamask with polygon and add accounts in meta mask.
- type "truffle compile" in the source folders command panel to compile all contracts.
- then type "truffle migrate" to migrate contract.
- then type "truffle deploy --network matic" to deploy the contract in polygon network.
- then hit "npm run start" and this will run project on your localhost:3000 .