emmaodia / chs-dapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Community Health Support DApp

A simple Ethereum-based decentralized application (dapp) where communities can put in request for needs for medical relief materials such as Personal Protective Equipments for Medical Teams. It uses Ether, a cryptocurrency, as the medium of exchange (currency).

Running It Locally

Clone this repo via to your local machine and install the dependencies by doing the following:

git clone https://github.com/emmaodia/chs-dapp.git
cd chs-dapp
npm install

Start the application in a development environment via:

npm run serve

Stack

  • Solidity - Ethereum's smart contract programming language
  • Vue.js - The Javascript framework used
  • Vuetify - Material Design Component Framework
  • web3.js - Javascript library used to interact with the Ethereum blockchain

Credits

I'm grateful to:
Consensys Academy
Open Berry
Google
Stack Overflow
MDN
NPM Package registry

Author

Emmanuel Oaikhenan

License

Apache-2.0. copyright 2020

About


Languages

Language:Vue 65.7%Language:JavaScript 31.1%Language:HTML 3.2%