https://github.com/chatch/mobius-app-survey
Survey Rewards App for the Mobius DApp store
https://github.com/chatch/mobius-app-survey
cryptocurrencies mobius-dapp-store stellar-network surveyjs
Last synced: about 2 months ago
JSON representation
Survey Rewards App for the Mobius DApp store
- Host: GitHub
- URL: https://github.com/chatch/mobius-app-survey
- Owner: chatch
- Created: 2018-07-11T04:36:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T07:22:56.000Z (almost 7 years ago)
- Last Synced: 2024-10-03T12:18:51.583Z (8 months ago)
- Topics: cryptocurrencies, mobius-dapp-store, stellar-network, surveyjs
- Language: JavaScript
- Size: 690 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Survey Opinion Rewards on Mobius
Create surveys and reward those who complete surveys with MOBI tokens. This operates something like Google Opinion Rewards but for the Mobius store.
A base fee of 10 MOBI is charged to create a survey. In addition 1 MOBI per completed survey must be provisioned to reward participants. On survey create you can specify how many survey completions you would like to target. So for example if you want 100 users to complete your survey then the cost of survey creation will be 100 MOBI plus 10 MOBI base fee for a total of 110 MOBI.
The 10 MOBI base fee is collected by the DApp and will be later exchanged for STEM tokens and donated to [STEMchain](https://stemchain.io) approved projects.
## Use
Go to the [Mobius App store](https://store.mobius.network/) and find the "Survey Rewards" app.
## Technology
[Mobius](https://mobius.network/) - leverages the Mobius platform to provide crypto payments and authentication
[SurveyJS](https://surveyjs.io/) - uses the SurveyJS libraries and editor and this app based on the [SurveyJS demo app](https://github.com/surveyjs/surveyjs-nodejs)## Setup
- generate a DApp account. See [Mobius docs](https://docs.mobius.network/docs/installation) for more information.
- copy and fill out one of the config/ files public.yml.example to public.yml etc.
- cd client && npm start
- cd server && npm start## Client
A Preact based single page application.
### Deployment
Deployed using up and configured in up.json.
See [up docs](https://up.docs.apex.sh/) for getting started.
Set an AWS profile and optionally a domain name then run :```
up
up stack plan
up stack apply
```