-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# Vote-System-BC | ||
블록체인을 이용한 선거 시스템 | ||
|
||
### [프로젝트 내용] | ||
|
||
- Aergo 코인 이용 | ||
- Lua script를 이용하여 실시간 선거 시스템 Smart contract 개발 | ||
- 유권자의 개인정보 인증을 통해서 coin을 발급 | ||
- 발급받은 coin을 후보자의 Smart contract address로 전송하면 투표 완료 | ||
- 실시간으로 투표수 확인 쿼리 | ||
|
||
![코인받기전](https://user-images.githubusercontent.com/53621550/104084842-40be9e80-528e-11eb-98bc-4a1376ae1f35.PNG) | ||
|
||
![코인받은후](https://user-images.githubusercontent.com/53621550/104084843-4320f880-528e-11eb-98d0-9f5499403134.PNG) | ||
|
||
### [담당 기능] | ||
|
||
- Smart contract 개발 | ||
- Web app 개발 |