Skip to content

Commit b4b0afa

Browse files
authored
Link to CIP/TIP (Learn EVM) in parent README
1 parent b2fac8f commit b4b0afa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ 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-
- [EIPs - forks](./learn_evm/eips_forks.md): summarize the EIPs included in each fork
15+
- [Forks <> EIPs](./learn_evm/eips_forks.md): Summarize the EIPs included in each Ethereum fork
16+
- [Forks <> CIPs](./learn_evm/cips_forks.md): Summarize the CIPs and EIPs included in each Celo fork *(EVM-compatible chain)*
17+
- [Upgrades <> TIPs](./learn_evm/tips_upgrades.md): Summarize the TIPs included in each TRON upgrade *(EVM-compatible chain)*
18+
1619
- [Not so smart contracts](./not-so-smart-contracts): Examples of smart contract common issues. Each issue contains a description, an example and recommendations
1720
- [Algorand](./not-so-smart-contracts/algorand)
1821
- [Cairo](./not-so-smart-contracts/cairo)

0 commit comments

Comments
 (0)