Skip to content

anhfactor/celo-marketplace-dapp-basic

Repository files navigation

Celo Marketplace Dapp

Description

This is a very simple marketplace dapp where users can:

  • See products hosted on the Celo Blockchain
  • Purchase products with cUSD and pay the owner
  • Add your own products to the dapp

Live Demo

Marketplace Dapp

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.

Test

  1. Create a product.
  2. Create a second account in your extension wallet and send them cUSD tokens.
  3. Buy product with secondary account.
  4. Check if balance of first account increased.

Project Setup

Install

npm install

Start

npm run dev

Build

npm run build