feat(week-05): RainbowKit 지갑 연결 및 ETH 전송#93
Closed
AvoChang wants to merge 1 commit intoBay-17th:mainfrom
Closed
Conversation
- RainbowKit ConnectButton으로 지갑 연결 UI 구현 - useSendTransaction + useWaitForTransactionReceipt으로 ETH 전송 및 트랜잭션 상태 표시 - Sepolia 테스트넷 설정
Member
|
개발 과제 App.jsx에서 SendEth 컴포넌트가 잘 구성되어 있어요:
main.jsx에서 Provider 순서(WagmiProvider > QueryClientProvider > RainbowKitProvider) 정확하고, getDefaultConfig로 설정한 것도 맞아요. 한 가지, wagmi.js에 WalletConnect Project ID가 하드코딩되어 있어요. 이건 .env에 넣고 환경변수로 관리하는 게 좋아요.
Provider 순서 중요하죠. 잘 맞추셨어요. 퀴즈 제출 형식
|
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.
구현 내용
배운 점
어려웠던 점