The “Worth One Minute” (WOM) system is an incentives platform designed to allow crowdsourcing/crowdsensing volunteers to be rewarded for the time they invest into positive initiatives for the social good.
This repository includes the platform’s central registry, that registers reward vouchers and allows payments (exchanges of vouchers for goods or services) to be made.
The platform is designed to be anonymous for volunteers.
- Clone the repository and ensure that Docker and Docker Compose are installed.
- Create data volumes:
make create_volumes
- Install database:
make install
- Install example data (optional):
make install_example
- Run the API server:
make up
Work in progress.
Check out our paper “Introducing a flexible rewarding platform for mobile crowd-sensing applications”, presented at CASPer’18 (PERCOM, Athens). 📃