Skip to content

Latest commit

 

History

History
101 lines (101 loc) · 6.87 KB

1. Ethereum 101.md

File metadata and controls

101 lines (101 loc) · 6.87 KB
  1. Ethereum
  2. Turing Complete
  3. Infrastructure
  4. Properties
  5. Purpose
  6. Ethereum vs. Bitcoin Script
  7. Ethereum vs. Bitcoin Blockchain
  8. Core Components
  9. More Core Components
  10. Halting Problem
  11. Gas Metering
  12. Gas Mechanism
  13. Dapp
  14. Web2 vs. Web3
  15. Ethereum Triad
  16. Decentralization
  17. Native Currency
  18. Cryptography
  19. ECDSA
  20. Private Key
  21. Public Key
  22. Ethereum State
  23. Ethereum Account
  24. Account Types
  25. EOA Ownership
  26. EOA
  27. Contract Account
  28. Smart Contracts
  29. Keccak256
  30. EOA Address
  31. Transaction
  32. Transaction Properties
  33. Transaction Components
  34. Nonce
  35. Gas Price
  36. gasLimit
  37. Recipient
  38. Value
  39. Data
  40. v, r, s
  41. Signature Purpose
  42. Contract Creation
  43. Transactions vs Messages
  44. Transactions & Blockchain
  45. Block
  46. Ethereum Node-Client
  47. Ethereum Miners
  48. Block Gas Limit
  49. GHOST
  50. Consensus
  51. Ethereum Blockchain State
  52. Ethereum PoW
  53. Block Header
  54. State Root
  55. Transaction Receipt
  56. Transaction Gas
  57. EVM
  58. Ethereum Code
  59. EVM Architecture
  60. Stack
  61. Memory
  62. Storage
  63. Calldata
  64. EVM Architecture Differences
  65. EVM Ordering
  66. Instruction Set
  67. Stop and Arithmetic
  68. Comparison & Bitwise Logic
  69. SHA3
  70. Environmental Information
  71. Block Information
  72. Stack Memory, Storage, and Flow Operations
  73. Push Operations
  74. Duplication Operations
  75. Exchange Operations
  76. Logging Operations
  77. System Operations
  78. Gas Costs
  79. Transaction Reverts
  80. Transaction Data
  81. ABI
  82. Function Selector
  83. Block Explorer
  84. Mainnet
  85. EIP
  86. ETH 2.0
  87. Immutable Code
  88. Web3
  89. Languages
  90. Onchain vs. Offchain
  91. Open-Source & Transparent
  92. Unstoppable & Immutable
  93. Psuedonymity & DAO's
  94. Architecture, Language, & Tools
  95. Byzantine Threat Model
  96. Keys & Tokens
  97. Composability
  98. Timescale
  99. Test-in-Prod
  100. Secure Software Development Life Cycle Audits
  101. State of Audits