https://github.com/wizicer/charitychainapp
Charity on Blockchain, made in Blockchain Hackathon Shanghai 2017, awarded the 3rd prize. Trying to explore the possibility of charity on blockchain to gain better trust.
https://github.com/wizicer/charitychainapp
angular2 charity hackathon2017 ionic2
Last synced: 7 months ago
JSON representation
Charity on Blockchain, made in Blockchain Hackathon Shanghai 2017, awarded the 3rd prize. Trying to explore the possibility of charity on blockchain to gain better trust.
- Host: GitHub
- URL: https://github.com/wizicer/charitychainapp
- Owner: wizicer
- License: other
- Created: 2017-03-13T14:04:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T12:38:51.000Z (almost 9 years ago)
- Last Synced: 2025-01-04T16:41:56.719Z (over 1 year ago)
- Topics: angular2, charity, hackathon2017, ionic2
- Language: TypeScript
- Homepage: http://charitydemo.icerdesign.com/
- Size: 14.8 MB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Charity Chain
Inspired by the champion of blockchain hackathon. We look high of its significant meaning to
society, as lack of detail of their implementation, we decide to try it in our way.
## What's the problem we aim to solving
* Where(how) the money come from: an app for donator who could select one project to donate.
* How the money used: an app for non-profit organization to organize receiver and assign donations.
* Where the money go: the track function in donator app, which shows the unique id of transaction.
**See demo for better understanding**
## Dependency
* Ionic 2
## How to run in local?
```
$ ionic serve
```
## Demo

## Contributors
* [Icer](https://github.com/wizicer)
* [Julian](https://github.com/eyauwag)
* [Wayne](https://github.com/lianxiwang)
* [Pearl](https://github.com/PearlJiang)
* [Benjamin](https://github.com/benjaminzjf)
## Notes
Although I have experiences in js development especially in nodejs, AngularJS and jQuery, this is my
first Angular 2 project with help of Ionic 2, also first time developing in Visual Studio Code.
Thanks to these great tools, I'm really enjoying the development process.