Introduction
  • Introduction
Ethereum, Blockchain and Smart Contracts
  • What is Ethereum?
  • What is a Blockchain?
  • Difference: Bitcoin-Blockchain & Ethereum-Blockchain
  • Download Metamask
  • Buying Test-Tokens
  • Writing our first Smart Contract
  • Deploying Smart Contract with JavaScript VM
  • Deploying Smart Contract with Injected Web3
  • Creating the Variables for our ICO
  • Basic Variables in Solidity
  • Values of the Variables in the Constructor
  • Buy Tokens Function - Payable
  • Differences: Ether, Finney, Gwei, Wei
  • Gas-System
  • Differences: Payable & Return Functions
  • Two More Functions
  • End-Sale Function
  • ERC20 Standard-Interface Implementation
  • ERC20 Standard Explanation
  • Buy Tokens Function & Events