https://github.com/maticnetwork/ethindia-workshop
https://github.com/maticnetwork/ethindia-workshop
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maticnetwork/ethindia-workshop
- Owner: maticnetwork
- Created: 2019-07-30T06:43:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-13T08:59:00.000Z (about 3 years ago)
- Last Synced: 2024-11-09T05:16:17.353Z (over 1 year ago)
- Language: Vue
- Size: 2.01 MB
- Stars: 41
- Watchers: 34
- Forks: 59
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Decentralized Airbnb
Setup
1. Install dependencies
```
npm install
```
2. Follow along the instructions to complete the code.
- Follow [instructions](./Instructions.md) to complete the smart contract code.
- Follow [setup](./setup.md) to setup all requirements.
- Follow [dapps](./dapps.md) to complete the DApp code.
3. Run ethereum blockchain locally
```
npm run test:ethereum
```
4. Run DApp UI
```
cd dapp-ui
npm install
npm run build
npm run start
```
5. Navigate to http://localhost:3000/ to see the app running.
## Full Solution
[Complete Decentralized Airbnb](https://github.com/maticnetwork/ethindia-workshop/tree/complete-dapp) | or `git checkout complete-dapp`