Giter Site home page Giter Site logo

rygh4775 / community-rewards Goto Github PK

View Code? Open in Web Editor NEW

This project forked from javacafe-study/chainity

0.0 2.0 0.0 1.16 MB

블록체인 기반의 커뮤니티 활동 보상 플랫폼

Home Page: https://github.com/orgs/JAVACAFE-STUDY/teams/blockchain

JavaScript 32.46% HTML 7.84% Vue 36.07% CSS 23.62%

community-rewards's Introduction

English | 한국어

Community rewards

This is a platform that rewards members with tokens based on community activity. And Members are allowed to spend their tokens for membership fee. So it encourages members of your community to fully participate by giving reward and improve the success of your community.

Getting Started

This is a dApp based on Ethreum block chain. So you need to join a network of Ethereum before running.

Prerequisites

Install Geth

wget https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.8.21-9dc5d1a9.tar.gz
tar -xf geth-darwin-amd64-1.8.21-9dc5d1a9.tar.gz

Start Geth

geth-darwin-amd64-1.8.21-9dc5d1a9/geth --rpc --rinkeby

Install MongoDB

wget https://fastdl.mongodb.org/osx/mongodb-osx-ssl-x86_64-3.6.4.tgz
tar -xf mongodb-osx-ssl-x86_64-3.6.4.tgz
mkdir [YOUR_DATA_PATH]

Start MongoDB

mongodb-osx-x86_64-3.6.4/bin/mongod --dbpath [YOUR_DATA_PATH]

Installing

Clone the repo

git clone [email protected]:JAVACAFE-STUDY/community-rewards.git
cd community-rewards

Install dependencies

npm install
npm install --prefix backend/
npm install --prefix frontend/

Set environment (vars)

cp .env.example backend/.env

Start server

npm start

Contributing

Contributions, questions and comments are all welcome and encouraged. For code contributions submit a pull request.

License

This project is licensed under the MIT License

Support Development

If this project saved your valuable time in getting your service up, and you feel like buying me coffee, you can donate either at my ETH address: 7cef57fd7faa78c4132e7c748115528e187042a4

community-rewards's People

Contributors

rygh4775 avatar kioku714 avatar clghks avatar redrebel avatar

Watchers

James Cloos avatar  avatar

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.