Skip to content

Commit

Permalink
Change README
Browse files Browse the repository at this point in the history
  • Loading branch information
rygh4775 committed Jun 24, 2019
1 parent 2d4fd13 commit 9798876
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 52 deletions.
58 changes: 7 additions & 51 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,63 +1,19 @@
English | [한국어](./docs/ko/README-ko.md)

# Community rewards
# Chainity - Blockchain + Community

This is a platform that rewards members with tokens based on community activity. Members can use their tokens for membership fee.
It encourages community members to fully participate by giving rewards and it can improve the community.

## Getting Started
## Demo

This is a dApp based on Ethreum block chain. You need to join a network of Ethereum before running.
####[Live Service](https://chainity.co.kr)

### Prerequisites
## Projects

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
```
- [chainity-api](https://github.com/JAVACAFE-STUDY/chainity-api) - API Server for Chainity
- [chainity-web](https://github.com/JAVACAFE-STUDY/chainity-web) - Web Page for Chainity
- [chainity-landing](https://github.com/JAVACAFE-STUDY/chainity-landing) - Landing Page for Chainity

## Contributing

Expand Down
12 changes: 11 additions & 1 deletion docs/ko/README-ko.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Community rewards
# Chainity - Blockchain + Community
양질의 정보 공유를 원하는 커뮤니티 멤버들을 위한 블록체인 기반의 커뮤니티 활동 보상 플랫폼

커뮤니티 멤버의 활동 또는 참여를 독려하기 위한 핵심 요소는 각 커뮤니티 멤버의 기여도를 일관되게 반영할 수 있는 공정한 회계 제도이다. Community rewards는 커뮤니티 멤버의 개인 기여도를 정확하고 투명하게 보상하고자 이더리움 블록체인 기반의 DApp(탈중앙 애플리케이션)으로 제공되는 서비스이다.

## 홈페이지

#### [Live Service](https://chainity.co.kr)

## 관련 프로젝트

- [chainity-api](https://github.com/JAVACAFE-STUDY/chainity-api) - Chainity API Server
- [chainity-web](https://github.com/JAVACAFE-STUDY/chainity-web) - Chainity Web Page
- [chainity-landing](https://github.com/JAVACAFE-STUDY/chainity-landing) - Chainity Landing Page

## 핵심 목표
커뮤니티 멤버들 중에서 기여도가 높은 사람들을 암호화폐로 보상함으로써 커뮤니티 활동을 적극 장려하는 것이 목표

Expand Down

0 comments on commit 9798876

Please sign in to comment.