Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 681 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 681 Bytes

Decentralized Airbnb

Setup

  1. Install dependencies
npm install
  1. Follow along the instructions to complete the code.
  • Follow instructions to complete the smart contract code.
  • Follow setup to setup all requirements.
  • Follow dapps to complete the DApp code.
  1. Run ethereum blockchain locally
npm run test:ethereum
  1. Run DApp UI
cd dapp-ui
npm install
npm run build
npm run start
  1. Navigate to http://localhost:3000/ to see the app running.

Full Solution

Complete Decentralized Airbnb | or git checkout complete-dapp