Real Estate
Description
This a demostration for using blockchain technology in Real estate domain. By using smart contract on Binance Smart Chain (BSC), we support to make the transactions between seller (real estate owner) and buyer (customer/investor).
Basically, with our platform, the seller creates the product for exchanging. A product is valued for a certain number of tokens (ERC20 standard). Buyers (investors) will join and buy a part of product as amount of tokens. Then, when the product is released, the buyers will be returned the profit corresponding their investment rate. All of processing will be done on blockchain network through the smart contract.
Technical stack
Front end: Reactjs
Backend: Nodejs
Smart contract: Solidity
Blockchain network: Binance Smart Chain (BSC) Testnet
Deployment infrastructure: AWS
High level Architecture

Document Manual
We deployed the demostration to 2 links:
Admin web app
https://realestate-admin.web3hub.network/
As the admin, you can do the steps following:
1. Sign-in:
Use this account to signin: admin/1234567890

2. Create a new real estate product:
Click to "Project Management" item on the left panel, then click to "Add new project" button.

Fill information of project and click "Save draft" button to save the product.

When the products were published successfully, they will be showed as a list in "Project Management" screen
Customer web app
Last updated