Skip to content

Commit 9ba7192

Browse files
authored
Update README.md
1 parent 3e846a1 commit 9ba7192

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,17 @@ Follow our guidelines and best practices to write secure smart contracts.
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
1515
- [EIPs - forks](./learn_evm/eips_forks.md): summarize the EIPs included in each fork
16+
- [Not so smart contracts](./not-so-smart-contracts): Examples of smart contract common issues. Each issue contains a description, an example and recommendations
17+
- [Algorand](./not-so-smart-contracts/algorand)
18+
- [Cairo](./not-so-smart-contracts/cairo)
19+
- [Cosmos](./not-so-smart-contracts/cosmos)
20+
- [Substrate](./not-so-smart-contracts/Substrate)
1621
- [Program analysis](./program-analysis): How to use automated tools to secure contracts
1722
- [Echidna](./program-analysis/echidna): a fuzzer that will check your contract's properties.
1823
- [Slither](./program-analysis/slither): a static analyzer avaialable through a CLI and scriptable interface.
1924
- [Manticore](./program-analysis/manticore): a symbolic execution engine that can prove the correctness properties.
2025
- For each tool, this training material will provide:
2126
- a theoretical introduction, a walkthrough of its API, and a set of exercises.
2227
- exercises expected to require ~two hours to practically learn its operation.
28+
- [Ressources](./ressources): Various online ressources
29+
- [Trail of Bits blogposts](./resources/tob_blogposts.md) List of blockchain related blogpost made by Trail of Bits

0 commit comments

Comments
 (0)