Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamalbuilds/instanthomes
Real-estate real time price tracker application that streams real-time data on property prices .
https://github.com/kamalbuilds/instanthomes
dd-dao-minihack nextjs stramr
Last synced: 3 days ago
JSON representation
Real-estate real time price tracker application that streams real-time data on property prices .
- Host: GitHub
- URL: https://github.com/kamalbuilds/instanthomes
- Owner: kamalbuilds
- License: mit
- Created: 2023-03-31T04:47:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-03T10:04:23.000Z (over 1 year ago)
- Last Synced: 2023-11-02T07:25:57.125Z (about 1 year ago)
- Topics: dd-dao-minihack, nextjs, stramr
- Language: TypeScript
- Homepage: https://instanthomes-git-master-legendarykamal.vercel.app/
- Size: 2.37 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# InstantHomes
Real-estate real time price tracker application that streams real-time data on property prices from various sources such as Zillow or Redfin. Developers can use this as a starting point to build real-estate search or investment applications.
https://user-images.githubusercontent.com/95926324/229296168-13451824-1e79-4b20-adba-a8c511766f62.mp4
# How is this solving a real world problem 🤔
The Real-Estate Price Tracker aims to solve the problem of uncertainty and lack of transparency in the housing market.
In many cases, homebuyers, sellers, and investors are not aware of the real-time value of properties, which can lead to confusion and missed opportunities.
By providing users with access to up-to-date property data, the Real-Estate Price Tracker can enable them to make more informed decisions about buying, selling, or investing in properties.
This can help to reduce risk and potentially increase returns.
Overall, the Real-Estate Price Tracker is a valuable tool for anyone who is involved in the housing market, as it can provide them with greater transparency and insight into property values.
# Transaction for creating a Stream
https://polygonscan.com/tx/0xd6cfda2ff7650908a7900dd128001b4632bc1b36fbe5ac6feab183d59e9e29aa
# Quick Start on Using the repo as a Starting point
There are 3 ways to do so , the easiest being using the repo as Template and then following the below steps.
1> Using the Repo as template
Click on Create a new Repository.
![image](https://user-images.githubusercontent.com/95926324/229308987-a3e8eeb7-4abb-40fb-955c-233823966f91.png)
2> Clone the repository with the following command:
```bash
git clone https://github.com/legendarykamal/InstantHomes.git
```3> Fork the repo and you will have a copy of this repo.
Below steps are common to the three steps.
Run in terminal this command:
```bash
yarn install
```Then run this command to start your local server
```bash
yarn dev
```
## Some examples of how developers can leverage the real-time price data from the real-estate dapp to create innovative and value-added applications for the real-estate industry.1. A smart contract platform that enables buyers and sellers to execute contracts without intermediaries, using the real-time price data as a reference for fair market value.
2. A tokenization platform that allows property owners to issue tokens representing fractional ownership of their properties, and investors to trade them on a secondary market, using the real-time price data as a basis for valuation.
3. A prediction market platform that allows users to bet on the future price movements of properties, using the real-time price data as an input for the market mechanism.
Blog to help you get started with Streamr - https://kamalthedev.hashnode.dev/how-to-use-streamr-to-send-and-receive-real-time-data