Demo link
This is a very simple hospital dapp where:
- Patients who need help can be registered, so as they recieve donations.
- Hospitals can organize fundraising for their projects.
- Well-wishers can contribute to hospital projects
- Well-wishers can pay for the patient's needs.
- Only whitelisted accounts can register patients or create fundraising projects
- A project or patient can be deleted if the owner wishes to.
- Funded projects close automatically.
- Patients who recieve their full donations are delisted automatically.
- Install the CeloExtensionWallet from the google chrome store.
- Create a wallet.
- Go to https://celo.org/developers/faucet and get tokens for the alfajores testnet.
- Switch to the alfajores testnet in the CeloExtensionWallet.
npm install
or
yarn install
npm run dev
npm run build