Skip to content

Real estate on Blockchain with smart contracts prototype

Notifications You must be signed in to change notification settings

simonelnahas/RealEstate2.0

 
 

Repository files navigation

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

About

Real estate on Blockchain with smart contracts prototype

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.2%
  • CSS 12.2%
  • HTML 5.6%