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 a80b5b5 commit afe1413Copy full SHA for afe1413
README.md
@@ -18,6 +18,7 @@ Follow our guidelines and best practices to write secure smart contracts.
18
- [Cairo](./not-so-smart-contracts/cairo)
19
- [Cosmos](./not-so-smart-contracts/cosmos)
20
- [Substrate](./not-so-smart-contracts/substrate)
21
+ - [Solana](./not-so-smart-contracts/solana)
22
- [Program analysis](./program-analysis): How to use automated tools to secure contracts
23
- [Echidna](./program-analysis/echidna): a fuzzer that will check your contract's properties.
24
- [Slither](./program-analysis/slither): a static analyzer avaialable through a CLI and scriptable interface.
0 commit comments