Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 485 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 485 Bytes

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