feat(week-04): complete week-04 assignment#48
Open
ghwo336 wants to merge 2 commits intoBay-17th:mainfrom
Open
Conversation
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 04
과제 유형:
구현 내용
-ContractReader 구현
-ContractWriter 구현
-EventListener 구현
배운 점 (What I Learned)
컨트랙트를 처음으로 세폴리아에 배포해보았고 ABI가 무엇인지 이해하게 되었습니다.
wagmi라는 라이브러리에서 제공하는 훅을 사용하여 프론트엔드에서 컨트랙트를 호출하는 방법에 대해 알았습니다.
이론 파트에서는 이더리움의 Merkle Particia Trie를 이용한 경로압축과 무결성 보장에 대해 알게되었습니다.
그리고 라이트 노드 , 풀 노드, 아카이브 노드에 대해 알게되었습니다.
이번 주에 배운 것 (2-3가지)
2.이더리움의 Merkle Particia Trie의 동작방식을 알게되었습니다.
3.ABI가 무엇인지 이해하게 되었습니다.
어려웠던 점과 해결 방법
어려웠던 점:
바이브 코딩이 아닌 c 진짜 프론트엔드와 contract 연동 코딩이 처음이라...
ContractWriter, ContractReader, EventListner의 코드를 작성하는게 좀 어려웠습니다.
ABI의 개념을 이해하는것도 좀 어려웠던것같습니다.
해결 방법:
LLM에게 질문하거나 구글에 검색하여 해결했습니다.
질문 사항
체크리스트
테스트
forge build성공forge test모든 테스트 통과제출 규칙
{username}/week-{XX}형식.env파일이 커밋에 포함되지 않음