feat(week-05): implement RainbowKit wallet connect assignment#82
Open
Seungwan98 wants to merge 7 commits intoBay-17th:mainfrom
Open
feat(week-05): implement RainbowKit wallet connect assignment#82Seungwan98 wants to merge 7 commits intoBay-17th:mainfrom
Seungwan98 wants to merge 7 commits intoBay-17th:mainfrom
Conversation
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
구현한 내용
week-05/dev/my-dapp에 RainbowKit + wagmi 기반 지갑 연결 앱을 추가했습니다.ConnectButton.Custom기반 커스텀 지갑 연결 버튼을 구현했습니다.week-05/quiz/quiz-05-solution.md에 퀴즈 답안을 작성했습니다.배운 점
useSwitchChain,useSendTransaction,useWaitForTransactionReceipt를 조합하면 사용자 입장에서 지갑 연결부터 전송 완료까지의 흐름을 한 화면에서 자연스럽게 만들 수 있었습니다..env.local로 분리하고, 저장소에는.env.example만 남기는 방식이 안전하다는 점을 확인했습니다.어려웠던 점과 해결 방법
chainId를 명시해서 잔액 조회와 receipt 추적이 같은 네트워크를 기준으로 동작하도록 수정했습니다.origin/main기준으로 week-05 커밋만 다시 정리해서 깨끗한 브랜치로 PR을 생성했습니다.2026-03-30.6.07.57.mov
검증
npm run lintnpm run buildDemo