Skip to content

Source of the WOM platform's registry service.

License

Notifications You must be signed in to change notification settings

WOM-Platform/Registry

Repository files navigation

“Worth One Minute” platform registry

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.

Installation

  1. Clone the repository and ensure that Docker and Docker Compose are installed.
  2. Create data volumes:
    make create_volumes
  3. Install database:
    make install
  4. Install example data (optional):
    make install_example
  5. Run the API server:
    make up

Documentation

Work in progress.

Check out our paper “Introducing a flexible rewarding platform for mobile crowd-sensing applications”, presented at CASPer’18 (PERCOM, Athens). 📃