Giter VIP home page Giter VIP logo

loyaltyplatform's Introduction

BitRewards Loyalty Platform

This software component is a loyalty platform with rewards in cryptocurrency based on ERC-20 token.

BitRewards Loyalty Platform allowing to perform these tasks:

  • Reward users with BIT tokens for purchases;
  • Reward users with BIT tokens for their friends purchases;
  • Reward users with BIT tokens for sharing posts in Facebook, Twitter, Instagram and other social media;
  • Reward users with BIT tokens for subscription on Facebook, Twitter, Instagram or there social account;
  • Reward users with BIT tokens for reviews on any feedback service;
  • Create your own action and reward users with BIT tokens;
  • Redeem BIT tokens for discounts, items or special offers;
  • Flexible reward with BIT tokens for customers’ or his or her friends’ purchases;
  • Cumulative cashback with BIT tokens for customers’ or his or her friends’ purchases;
  • Burn unused BIT tokens after a while.

This software can be adapted to work with any ERC-20 token. It is highly configurable and allows you to use it in a variety of scenarios.

Installation

Requirements

  1. Docker
  2. Docker-compose

Running

  1. Copy environment variables cp .env.dist .env
  2. Copy docker-compose yaml file cp docker-compose.dist.yml docker-compose.yml
  3. Set local ENV export ENV=local
  4. Prepare permissions:
find storage/ bootstrap/cache/ -type d -exec chmod 777 {} \;
find storage/ bootstrap/cache/ -type f -exec chmod a+rw {} \;
  1. Bring up containers ./docker-up
  2. Install dependencies ./docker-exec composer install
  3. Init DB ./bin/init-db

Testing

Run ./docker-phpunit

Misc

  • List of artisan commands: ./dartisan list
  • Create you own admin: ./dartisan admin:make [email protected] 12345 --role=admin --lang=en

License

This project is licensed under the terms of the MIT license.

loyaltyplatform's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.