My Coding Journey: Beginner to Pro

Day 17:

  • Created a guide on how to install Windows Subsystem for Linux (WSL) on Windows 10 on the OpenZeppelin forum. In case you’re wondering, everything still works.

  • Added the RefundablePostDeliveryCrowdsale contract to MyCrowdsale. No testing added yet.

Quick note: when using both a capped crowdsale and refundable crowdsale that takes a goal as a constructor parameter, make sure to require the goal be set below the cap. :wink:

  • Started the DeFi 101 course in the Ivan on Tech Academy.

  • Learned about flipping NFTs from a Bankless article by Ryan Sean Adams. More research needed.