Introduction & Overview
  • Introduction & Overview of the Course
  • What is Blockchain, Ethereum, & Smart Contracts
  • What is Solidity & Ethereum Virtual Machine
Solidity - Language of Smart Contracts
  • Installing Solidity & Ethereum Wallet
  • Basics of Solidity by Example: Subcoin Smart Contract
  • Layout of a Solidity Source File & Structure of Smart Contracts
  • General Value Types (Int, Real, String, Bytes, Arrays, Mapping, Enum, address)
  • Ether Units, Time Units
  • Globally Available Variables & Functions
  • Operators: Arithmetic, Logical & Bitwise Operators
  • Control Structure (if-else, for, while, Do-While)
  • Scoping and Declarations
  • Input Parameters and Output Parameters
  • Function Calls & Return Types
  • Function Modifiers
  • Fallback Function
  • Abstract Contract
  • Creating Contracts via "new" Operator
  • Inheriting Smart Contracts
  • Importing Smart Contracts & Compiling Contracts
  • Events & Logging
  • Exceptions
  • Complete Example: Crowd Funding Smart Contract
  • Complete Example: Voting Ballot Smart Contract
Where Should you Go from Here?
  • What's Next?