Skip to content

Latest commit

 

History

History
79 lines (54 loc) · 3.09 KB

README.md

File metadata and controls

79 lines (54 loc) · 3.09 KB

Celo-hackathon

2021 Celo-mobile-hackathon

대회 설명

Make it Mobile Hackathon - Celo

We are calling on all builders, designers, and innovators to come help us take the Celo ecosystem to the next level. Celo is founded on the tenant of "Design For All" and our mobile-first approach is our embodiment of this commitment. We are looking for teams to adopt this vision and build DApps, tools, and tutorials around this principle. The Hackathon will highlight teams from around the world with Celo-based DApps serving tens of thousands of users such as Impact Market and Moola Market!

We’ll be offering a number of prizes for Defi DAPPs, cross-chain architecture projects, technical documentation, community building media, educational content, and much more!

In addition, there will be bonus prizes for teams that truly go above and beyond! Below you’ll find a list of the bonus awards we’ve finalized so far. These will be awarded to exemplary teams in addition to the bounty prizes originally posted.

역할

프론트엔드: 김나연(@naaa187), 박영빈(@qkrybin)

백엔드, 블록체인: 여수현(@soohyun99), 최승원(@seungwon2)

협업 규칙

작업 방식

  1. 이 레포지토리를 fork 한다.
  2. fork한 레포지토리를 git clone명령어로 local에 복사한다.
  3. git checkout -b <branch 이름> 으로 새로운 브랜치를 만든다.
  4. 작업을 완료한 후에는 pull request 메뉴를 이용해 fork 된 레포지토리에서에서 메인 레포지토리로 pull request를 날린다.
  5. merge 작업의 경우 한 사람이 실시한다.

Commit 규칙

기본

  • [gitmoji] <타입> : 커밋 메세지
  • 시작은 명령문으로 작성 ( ex) add, fix)
  • 모두 소문자로 작성
  • 끝에 마침표 금지
  • "어떻게" 말고, "무엇을" 했는지 설명

구체화

:sparkles: feat : 기능 (새로운 기능)
:bug: fix : 버그 (버그 수정)
:recycle: refactor : 리팩토링
:lipstick: style : 스타일 (코드 형식, 세미콜론 추가: 비즈니스 로직에 변경 없음)
:memo: docs : 문서 (문서 추가, 수정, 삭제)
:rocket: test : 테스트 (테스트 코드 추가, 수정, 삭제: 비즈니스 로직에 변경 없음)
:bulb: chore : 기타 변경사항 (빌드 스크립트 수정 )
:construction: bug : 버그 발견, 공사중
:building_construction: build : 프로젝트 구조 빌드 관련

프론트엔드

🎄 화면 구성

1. 메인 화면 및 단순 디자인 화면
2. 판매자용 페이지 (로그인/회원입/마켓 등록하기)
3. 지도 - 게보기 - 게보기
4. 마이 페이지(NFT 불러오기, wallet 데이터 져오기)

역할 분담

백엔드

✨ Task

1. 장고 서버 제작
2. NFT 생성
3. Account 연결, celo wallet에서 정보 받아오기