- 📹 Video Presentation
- 📕 Pitch Deck
- ⚡️ ActionReward Platform
- 👾 ActionReward Game Demo (Integration Example)
ActionReward is a platform that aims to enhance and streamline the way businesses implement reward systems. It was designed to empower businesses to create and customize their own reward systems to incentivize specific user actions, such as engagement, task completion, or achieving milestones.
- Docker
- Docker-Compose
git clone git@github.com:actionreward-core/actionreward.git
.env
:
- VITE_API_BASE_URL
- VITE_WEB3_STORAGE_TOKEN
.env-api
:
- DATABASE_URL
- JWT_SECRET
- BASE_URL
- ISSUER_SERVER_URL
- ISSUER_USERNAME
- ISSUER_PASSWORD
- GCLOUD_API_KEY
- CDN_BASE_URL
- ETHEREUM_URL
- VERIFY_CONTRACT_ADDRESS
- VERIFY_FROM_DID
- IPFS_GATEWAY_URL
docker-compose up
Creating actionreward-db ... done
Creating actionreward-webapp ... done
Creating actionreward-api ... done
Creating actionreward-nginx ... done
Attaching to actionreward-webapp, actionreward-db, actionreward-api, actionreward-nginx
The ActionReward should be running at http://localhost