Skip to content

codestates/BTAdAppProject-10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BTAdAppProject-10

Project 소개

추후 작성 예정

Getting Stared

프로젝트 클론

git clone https://github.com/codestates/BTAdAppProject-10.git

의존성 설치

# client쪽 package.json에 있는 module들 설치
cd client && npm install

# truffle folder로 이동 후 smart contract 관련 module 설치
cd ../truffle && npm install

Ganache 실행

개발을 위해 truffle 설정 파일에 로컬 RPC Server는 http://127.0.0.1:7545, network id는 5777로 세팅해 두었습니다.

Metamask에서 account import

  • 학습 자료 참고

client web dev server 실행

cd client && npm start

Branch 전략

아래 이미지와 같이 main branch로부터 feature 브랜치를 따서 작업한 뒤
main branch로 Pull Request를 날린 후 merge하는 방식을 따릅니다.

image

Team Members

이름 Github ID
노승남 samrho
박효근 hyogeunn
윤종승 beetles86

References

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •