Etherium talk:
3 languages used to write small contracts
Solidity : like js <- most developed compiles to the Etherium byte code that is run on Eth VM Another: Viper
Consys guys created a framework for Eth apps called Truffle
Contracts have:
- Storage
- Memory
- Constructor
Walkthrough: Raregem