feat(week-06): MilestoneFunding - 마일스톤 크라우드펀딩 dApp#108
Open
HoonilP wants to merge 1 commit into
Open
Conversation
Smart Contract: - MilestoneFunding.sol: 마일스톤 기반 크라우드펀딩 (CEI 패턴) - MilestoneFundingFactory.sol: 프로젝트 생성 팩토리 - 크리에이터 자기 후원 방지, 비례 환불, 재진입 방지 - 9/9 Foundry 테스트 통과 Frontend: - Next.js 16 + wagmi + RainbowKit - 프로젝트 목록 / 생성 / 상세 3개 페이지 - 역할 배너, 카운트다운, 투표 현황 UI Deployment: - Sepolia Factory: 0x63c5ED29c8BF61277542acB5f79672505382062d Quiz: - quiz-06-solution.md 10문제 답변 완료
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.
프로젝트: MilestoneFunding
후원자 투표로 자금을 단계별 릴리즈하는 크라우드펀딩 dApp
구현 내용
Smart Contract
MilestoneFunding.sol: 마일스톤 기반 크라우드펀딩 (CEI 패턴, 재진입 방지)MilestoneFundingFactory.sol: 프로젝트 생성 팩토리Frontend
Deployment
0x63c5ED29c8BF61277542acB5f79672505382062dQuiz
Technical Checklist
Smart Contract
Frontend
Deployment
배운 점
어려웠던 점