Welcome to the Blockchain Real Estate Escrow Solution! This project aims to provide a secure and transparent platform for handling real estate transactions using blockchain technology. By leveraging the power of blockchain, we ensure trust, immutability, and efficiency in the escrow process. Hardhat was used for testing. A more applicable version v2 would be coming out soon!. This project is used for for testing for escrow purposes and v2 is still a work in progress and would be more applicable
-
Blockchain Security: Utilizes the blockchain's decentralized and tamper-proof nature to enhance the security of real estate transactions.
-
Smart Contracts: Smart contracts automate the escrow process, reducing the need for intermediaries and ensuring transparency.
-
Tokenized Assets: Real estate assets are tokenized, making them easily divisible and tradable on the blockchain.
-
Transaction History: Every transaction is recorded on the blockchain, providing an immutable history of property ownership and payment.
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.
Try running some of the following tasks:
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js