An open API service indexing awesome lists of open source software.

https://github.com/maticnetwork/ethindia-workshop


https://github.com/maticnetwork/ethindia-workshop

Last synced: 9 months ago
JSON representation

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`