Skip to content

Commit 56cfe34

Browse files
authored
Merge pull request #210 from crytic/readme
Update README.md
2 parents 8ef863c + 80289a0 commit 56cfe34

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ Follow our guidelines and best practices to write secure smart contracts.
1212
- [Secure development workflow](./development-guidelines/workflow.md): A rough, high-level process to follow while you write code
1313
- [Token integration checklist](./development-guidelines/token_integration.md): What to check when interacting with arbitrary token
1414
- [Learn EVM](./learn_evm): EVM technical knowledge
15+
- [EVM Opcodes](./learn_evm/evm_opcodes.md): Details on all EVM opcodes
16+
- [Transaction Tracing](./learn_evm/tracing.md): Helper scripts and guidance for generating and navigating transaction traces
17+
- [Yellow Paper Guidance](./learn_evm/yellow-paper.md): Symbol reference for more easily reading the Ethereum yellow paper
1518
- [Forks <> EIPs](./learn_evm/eips_forks.md): Summarize the EIPs included in each Ethereum fork
1619
- [Forks <> CIPs](./learn_evm/cips_forks.md): Summarize the CIPs and EIPs included in each Celo fork *(EVM-compatible chain)*
1720
- [Upgrades <> TIPs](./learn_evm/tips_upgrades.md): Summarize the TIPs included in each TRON upgrade *(EVM-compatible chain)*
1821
- [Forks <> BEPs](./learn_evm/beps_forks.md): Summarize the BEPs included in each BSC fork *(EVM-compatible chain)*
19-
- [EIPs - forks](./learn_evm/eips_forks.md): summarize the EIPs included in each fork
20-
- [EVM Opcodes](./learn_evm/evm_opcodes.md): Details on all EVM opcodes
2122
- [Not so smart contracts](./not-so-smart-contracts): Examples of smart contract common issues. Each issue contains a description, an example and recommendations
2223
- [Algorand](./not-so-smart-contracts/algorand)
2324
- [Cairo](./not-so-smart-contracts/cairo)

0 commit comments

Comments
 (0)