Skip to content
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ We welcome contributions, and you can contribute by following our [contributing
- [Learn EVM](./learn_evm): EVM technical knowledge
- [EVM Opcodes](./learn_evm/evm_opcodes.md): Details on all EVM opcodes
- [Transaction Tracing](./learn_evm/tracing.md): Helper scripts and guidance for generating and navigating transaction traces
- [Arithmetic Checks](./learn_evm/arithmetic-checks.md): A guide to performing arithmetic checks in the EVM
- [Yellow Paper Guidance](./learn_evm/yellow-paper.md): Symbol reference for more easily reading the Ethereum yellow paper
- [Forks <> EIPs](./learn_evm/eips_forks.md): Summarize the EIPs included in each Ethereum fork
- [Forks <> CIPs](./learn_evm/cips_forks.md): Summarize the CIPs and EIPs included in each Celo fork _(EVM-compatible chain)_
Expand Down
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- [Learn EVM](./learn_evm/README.md)
- [EVM Opcode Reference](./learn_evm/evm_opcodes.md)
- [Transaction Tracing](./learn_evm/tracing.md)
- [Arithmetic Checks](./learn_evm/arithmetic-checks.md)
- [Yellow Paper Guidance](./learn_evm/yellow-paper.md):
- [Forks <> EIPs](./learn_evm/eips_forks.md)
- [Forks <> CIPs](./learn_evm/cips_forks.md)
Expand Down
1 change: 1 addition & 0 deletions learn_evm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ List of EVM technical knowledge

- [EVM Opcode Reference](evm_opcodes.md): Reference and notes for each of the EVM opcodes
- [Transaction Tracing](tracing.md): Helper scripts and guidance for generating and navigating transaction traces
- [Arithmetic Checks](./arithmetic-checks.md): A guide to performing arithmetic checks in the EVM
- [Yellow Paper Guidance](yellow-paper.md): Symbol reference for more easily reading the Ethereum yellow paper
- [Forks <> EIPs](eips_forks.md): Summarize the EIPs included in each fork
- [Forks <> CIPs](cips_forks.md): Summarize the CIPs and EIPs included in each Celo fork _(EVM-compatible chain)_
Expand Down
Loading