Skip to content

Instantly share code, notes, and snippets.

@mrosata
Forked from AlwaysBCoding/notes.txt
Created November 16, 2016 05:17
Show Gist options
  • Save mrosata/12bab68482b5550251521d804552e843 to your computer and use it in GitHub Desktop.
Save mrosata/12bab68482b5550251521d804552e843 to your computer and use it in GitHub Desktop.
Ethereum Ðapp Development - Video 3 | The Halting Problem And Why We Need Gas
// To learn more about the halting problem check out Gary Bernhardt's series on computation
https://www.destroyallsoftware.com/screencasts
// Ethereum Yellow Paper
http://gavwood.com/paper.pdf
// Ethereum OpCodes List
http://ethereum.stackexchange.com/questions/119/what-opcodes-are-available-for-the-ethereum-evm
// Ethereum OpCodes Gas Costs
https://docs.google.com/spreadsheets/d/1m89CVujrQe5LAFJ8-YAUCcNK950dUzMQPMJBxRtGCqs/edit
// Ethereum Network Statistics
http://ethstats.net
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment