Skip to content

Commit 9ef9d12

Browse files
ecabraswackerow
andauthored
Update src/content/developers/docs/smart-contracts/security/index.md
Co-authored-by: Paul Wackerow <[email protected]>
1 parent b488970 commit 9ef9d12

File tree

1 file changed

+4
-1
lines changed
  • src/content/developers/docs/smart-contracts/security

1 file changed

+4
-1
lines changed

src/content/developers/docs/smart-contracts/security/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,10 @@ After testing your contract, it is good to ask others to check the source code f
9090

9191
Commissioning a smart contract audit is one way of conducting an independent code review. Auditors play an important role in ensuring that smart contracts are secure and free from quality defects and design errors.
9292

93-
That said, you should avoid treating audits as a silver bullet. Smart contract audits won't catch every bug and are mostly designed to provide an additional round of reviews, which can help detect issues missed by developers during initial development and testing. You should also follow best practices for working with auditors (you can find insightful suggestions [here](https://twitter.com/tinchoabbate/status/1400170232904400897) and [here](https://inference.ag/blog/2023-08-14-tips/)), such as documenting code properly and adding inline comments, to maximize the benefit of a smart contract audit.
93+
That said, you should avoid treating audits as a silver bullet. Smart contract audits won't catch every bug and are mostly designed to provide an additional round of reviews, which can help detect issues missed by developers during initial development and testing. You should also follow best practices for working with auditors, such as documenting code properly and adding inline comments, to maximize the benefit of a smart contract audit.
94+
95+
- [Smart contract auditing tips & tricks](https://twitter.com/tinchoabbate/status/1400170232904400897) - _@tinchoabbate_
96+
- [Make the most out of your audit](https://inference.ag/blog/2023-08-14-tips/) - _Inference_
9497

9598
#### Bug bounties {#bug-bounties}
9699

0 commit comments

Comments
 (0)