We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d74af commit 48b50e1Copy full SHA for 48b50e1
README.md
@@ -17,7 +17,7 @@ Follow our guidelines and best practices to write secure smart contracts.
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)
+ - [Substrate](./not-so-smart-contracts/substrate)
21
- [Program analysis](./program-analysis): How to use automated tools to secure contracts
22
- [Echidna](./program-analysis/echidna): a fuzzer that will check your contract's properties.
23
- [Slither](./program-analysis/slither): a static analyzer avaialable through a CLI and scriptable interface.
0 commit comments