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

https://github.com/jefedcreator/traveloor_celo


https://github.com/jefedcreator/traveloor_celo

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Traveloor
Traveloor is a platform that can make it easier for users to purchase exclusive travel and vacation access in form of NFTs. Traveloor is an ERC1155 smart contract that handles four types of Nfts: FLIGHT tickets, CRUISE tickets, HOTEL tickets, TRAIN tickets at a slight cost in cUSD the USD equivalent on the celo blockchain. The app also allows Tickets sellers to update the ticket prices as they see fit. Traveloor is complete decentralised as even the ticket thumbnails are fetched from IPFS alongside their description.

## Preview
![Screenshot (96)](https://user-images.githubusercontent.com/72661662/188656186-77511a6f-c999-4c42-b80f-dfc96c6ffb3d.png)

# Install

```

npm install

```

or

```

yarn install

```

# Start

```

npm run dev

```

# Build

```

npm run build

```
# Usage
1. Install the [CeloExtensionWallet](https://chrome.google.com/webstore/detail/celoextensionwallet/kkilomkmpmkbdnfelcpgckmpcaemjcdh?hl=en) from the google chrome store.
2. Create a wallet.
3. Go to [https://celo.org/developers/faucet](https://celo.org/developers/faucet) and get tokens for the alfajores testnet.
4. Switch to the alfajores testnet in the CeloExtensionWallet.# traveloor_celo

# Live Site
[Live](https://traveloor.vercel.app/)