/SmartContracts

A repository to see my blockchain programming progress

Primary LanguageSolidity

SmartContracts

This project is solely for learning purpose and projects in here can be used by everyone interested in this.

Source for learning

Intro to Ethereum Programming by Dapp University

Outline

  • Enums & Structs
    • Dab of Function Overloading
    • Note: There is no default values on a function yet.
      • function overloading is the only way of working around the default values problem