Skip to content

Instantly share code, notes, and snippets.

@AlwaysBCoding
Last active July 25, 2022 16:46
Show Gist options
  • Save AlwaysBCoding/3bc1f361f31b99cbc990b0028f469e3b to your computer and use it in GitHub Desktop.
Save AlwaysBCoding/3bc1f361f31b99cbc990b0028f469e3b 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