A Mobile-focused NFT Reward Service
2023 Solana Grizzlythongit clone https://github.com/TumpSolana/Web-App cd Web-App
code . 으로 VSCode에서 작업가장 처음 다운 + git으로 다른 사람 작업 받을 때
yarn install 실행가장 처음 자기 branch 생성: git branch 사람이름
git checkout 사람이름작업 단위 (프로필 상단 부분 완성 등) 별로 commit
git add . git commit -m "작업단위 기록" git push origin 사람이름- collection (figma - collection), customizaNFT (collectionDetail) 부분 완성
- Home 버튼 라우팅 (NFTCollection -> collection.js)
- collectionDetail은 App.js 사용해서 작업하고 아직 라우팅 안해도 됩니다!
- 지갑 연결 - ConenctButton 부분 참고
- 가능한 부분 백엔드
- NFT minting - CandyMachine, Solana Pay 연결 (주원)