Skip to content

feat: add receive and fallback functions with their respective tests #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: crowdfunding
Choose a base branch
from

Conversation

KingFRANKHOOD
Copy link

@KingFRANKHOOD KingFRANKHOOD commented Mar 12, 2025

An updated version of the CrowdFunding contract

  • Create receive and fallback functions
  • Test both functions to ascertain that they are working properly in addition to other tests
  • Ensure all 34 tests are passing
  • This is a CrowdFunding Contract that receives ETH contributions with a goal of 50 ETH and rewards it's contributors with an ERC20 token based on the size of their contributions
  • The contract is thoroughly tested to ensure functional correctness of all it's logic

PR Checklist

  • Tests
  • Documentation

@KingFRANKHOOD KingFRANKHOOD changed the title feat; add receive and fallback functions wih their respective tests feat; add receive and fallback functions with their respective tests Mar 12, 2025
@KingFRANKHOOD KingFRANKHOOD changed the title feat; add receive and fallback functions with their respective tests feat: add receive and fallback functions with their respective tests Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants