/RealEstate2.0

Real estate on Blockchain with smart contracts prototype

Primary LanguageJavaScript

Norban RealEstate 2.0

This is a decentralized app prototype to sell and buy homes on the Ethereum platform. It mainly consists of the Solidity contracts and a React frontend.

📦root
 ┣ client    - React UI frontend
 ┗ contracts - Solidity contracts

To compile the contracts

yarn compile

Compiling contracts places the output inside the client's src folder. To run the prototype enter the client directory and start the server

cd client
yarn start