This is a short (1 hour 😱) workshop that will be a very quick intro in smart contracts.
- We will be using Ethereum / Solidity
- The online code editor Remix Ethereum (https://remix.ethereum.org/), no need to download anything!
- Who has worked with Ethereum/ solidity before ?
- Who has worked with Javascript or another programing language?
- Who owns ETH?
- An open source public blockchain
- Intial release 30 July 2015
- There is an Ethereum network and an Ethereum crypto currency
- Allows programmable smart contracts on a blockchain
- Developers can build DAPP’s (decentralised apps)
- Killer apps - ICO’s and crypto kitties 🐱
These nodes store and transfer data. This network is open and anyone can connect.

Developers can connect to the network using web3.js and consumers can connect to DAPP's on the ethereum network using Mist browser or Metamask

- Sits on a blockchain
- Can process if /then logic