-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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