metafy-social / web3-smart-contracts

A repository of smart-contracts in the web3 space, all in a simple and collective space of hardhat for you to refer anytime
GNU General Public License v3.0
54 stars 45 forks source link

Require gas optimization in CrowdFunding smart contract #29

Closed RijuChakraborty closed 2 years ago

RijuChakraborty commented 2 years ago

Is your feature request related to a problem? Please describe.

Current contract for CrowdFunding is gas expensive. It requires some optimization.

Additional context

Add a function to check current time stamp for checking and updating the deadline for registrations accordingly.

github-actions[bot] commented 2 years ago

Thank you for opening your first issue in our repository, one of our maintainers will get in touch with you soon.

DO NOT FORGET TO ADD METAMASK WALLET ADDRESS IN THE AUTH FORM We at Metafy have some special rewards and swags for the top contributors in general repos and every contributor in web3 repos For being eligible for that, please authenticate yourself using this link: https://hacktoberfest.auth.metafy.social

Rewards : T-shirts & NFT ( for blockchain contributions )

Best of luck on your Contributions For further queries you can join our discord for support : https://discord.gg/W6PmEjjQsA

RijuChakraborty commented 2 years ago

I have made a PR for this issue.