Skip to content

RiccardoEudizi/ethindia-workshop

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 46.5%
  • JavaScript 38.2%
  • Solidity 15.3%