Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 963 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 963 Bytes

CELO DAPP GOFUNROM

Description

GoFunApp is a simple dapp for sharing the room. It uses the celo network to make share applications. The users simply add the room which wanna sharing. The application only accepts the renter who has address a different owner address. If the room is booked, it does not show on list room. Thereout, the application will show the history of the rooms.

Live Demo

https://elastic-easley-2fcd4a.netlify.app

Usage

Requirements

  1. Install the CeloExtensionWallet from the Google Chrome Store.
  2. Create a wallet.
  3. Go to https://celo.org/developers/faucet and get tokens for the alfajores testnet.
  4. Switch to the alfajores testnet in the CeloExtensionWallet.

Project Setup

Install

npm install

Start

npm run start

Build

npm run build