Crowd Fund Smart Contract Walkthrough
A Solidity implementation of an Crowd Fund. A Crowd Fund is similar to Kickstarter or Indiegogo. Users can pledge an ERC20 token to a campaign and the creator can claim the funds if the campaign is successful.
I’m Connor Payne, an American software engineer based in Frankfurt, Germany. I am a full stack engineer with experience in various sectors including healthcare, fintech, ecommerce and more. Here is a collection of my thoughts and learnings on various topics, with an emphasis on web3 technology.
A Solidity implementation of an Crowd Fund. A Crowd Fund is similar to Kickstarter or Indiegogo. Users can pledge an ERC20 token to a campaign and the creator can claim the funds if the campaign is successful.
A Solidity implementation of an Dutch Auction. A Dutch Auction is a type of auction where the price of the item is gradually lowered until a buyer is willing to pay the current price.
A Solidity implementation of an English Auction that covers ERC721, Modifiers, mappings, block timestamps, and more.
A simple Solidity implementation of an Ether Wallet that can receive and withdraw ETH.