Skip to content

Instantly share code, notes, and snippets.

@arpit
Created March 8, 2017 05:11
Show Gist options
  • Save arpit/11296aa8a259e3f1c7b4269896fbc290 to your computer and use it in GitHub Desktop.
Save arpit/11296aa8a259e3f1c7b4269896fbc290 to your computer and use it in GitHub Desktop.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment