An open API service indexing awesome lists of open source software.

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.

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

![](demo.gif)

## 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.