All Projects → maticnetwork → ethindia-workshop

maticnetwork / ethindia-workshop

Licence: other
No description, website, or topics provided.

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
solidity
1140 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].