From 97988760e455862b95e301e25aa3654a81f2ec9e Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 24 Jun 2019 22:31:07 +0900 Subject: [PATCH] Change README --- README.md | 58 ++++++-------------------------------------- docs/ko/README-ko.md | 12 ++++++++- 2 files changed, 18 insertions(+), 52 deletions(-) diff --git a/README.md b/README.md index 1759a4b..50d9736 100644 --- a/README.md +++ b/README.md @@ -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 git@github.com: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 diff --git a/docs/ko/README-ko.md b/docs/ko/README-ko.md index 96214fe..9619033 100644 --- a/docs/ko/README-ko.md +++ b/docs/ko/README-ko.md @@ -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 + ## 핵심 목표 커뮤니티 멤버들 중에서 기여도가 높은 사람들을 암호화폐로 보상함으로써 커뮤니티 활동을 적극 장려하는 것이 목표