/celo-HospitalApp

This is a hospital Dapp where well wishers can contribute to specific patients as well as fundraising for hospitals in need

Primary LanguageJavaScript

Hospital Dapp

Demo link

Description

This is a very simple hospital dapp where:

  1. Patients who need help can be registered, so as they recieve donations.
  2. Hospitals can organize fundraising for their projects.
  3. Well-wishers can contribute to hospital projects
  4. Well-wishers can pay for the patient's needs.
  5. Only whitelisted accounts can register patients or create fundraising projects
  6. A project or patient can be deleted if the owner wishes to.
  7. Funded projects close automatically.
  8. Patients who recieve their full donations are delisted automatically.

Usage

  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.

Installation


npm install

or


yarn install

Start


npm run dev

Build


npm run build