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

https://github.com/sabelomkhwanzi/thirdbnb


https://github.com/sabelomkhwanzi/thirdbnb

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

### EthGobal - EthOnline 2022

#### Project name: Thirdbnb - A Blockchain-based Airbnb contender DEFI/NFT platfom:

### Project Description
- A Blockchain-based Airbnb contender. Decentralized platform for the home-sharing short and long-term stays using cryptocurrency payment methods. Giving hosts and guests more control, ownership, and lower fees on the Blockchain

#### Let understand the problem we solving:
- High fees - existing Bnb charge very high fees for booking cost.
- Centralized and controlled communications - loss of direct host-guest relationships
- Transactional processes, not relationships - a shift from encouraging high-value, peer-to-peer relationships to transactional ones
- Lower levels of trust - trust between hosts and guests, as well as towards the platforms themselves
- Payment options

### Tools
- Building Framework: [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- Frontend: [Chakra-ui](https://chakra-ui.com/) - Create accessible React apps with speed
- Hosting platform: [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

#### Running the app

### Getting Started

First, clone the repo with the following git command:

```bash
git clone https://github.com/SabeloMkhwanzi/thirdbnb
```

Second, open a terminal in the root directory of the project and run:

```bash
npm install
```

to install all the package dependencies for the project

Create a .env file in the root folder and populate it with the following variables:

```

REACT_APP_COVALENT_API=

```

Finally, run the development server:

```bash
npm run dev
# or
yarn dev
```

Happy Hacking!😊