ChainRealtor is an on chain realtor smart contract. It proves that you can auction real estate, close deals, and generate official closure financial disclosure documents on chain!
This project is a combination of a ChainRealtor smart contract that simulates a real estate auction and a frontend that provides bidding functionality to that smart contract auction. Users can visit the site and bid on different real estate properties and the winner will automatically receive a CFD (contract for deed) document emailed to them.
Technologies used: Ether.js, Solidity, Goerli test network, HTML Technology breakdown: Frontend is basic HTML + ether.js to connect to the goerli network to make RPC into the smart contract. Smart contract is written in Solidity and integrates with Midpoint API to generate a CFD document for the bid winner to sign after winning a real estate auction.