/Blockchain_RealEstate_Houses

A dapp that allows the sale and purchase of second-hand homes with Blockchain technology.

Primary LanguageJavaScript

Blockchain Real Estate Houses TFG

A dapp that allows the sale and purchase of second-hand homes with Blockchain technology.

image

Steps to install

  1. Clone the repository.

  2. Install node_modules using

npm install
  1. Install Ganache

  2. Install Metamask

  3. Complie the Truffle code

truffle compile
  1. Migrate the Truffle code
truffle migrate 
  1. Run the DApp using
npm run dev