You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/content/developers/docs/smart-contracts/security/index.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ The existence of audits and bug bounties doesn’t excuse your responsibility to
112
112
113
113
- Use a [development environment](/developers/docs/frameworks/) for testing, compiling, deploying smart contracts
114
114
115
-
- Run your code through basic code analysis tools, such as, [Cyfrin Aaderyn](https://cyfrin.io/tools/aderyn), Mythril and Slither. Ideally, you should do this before each pull request is merged and compare differences in output
115
+
- Run your code through basic code analysis tools, such as, [Cyfrin Aaderyn](https://github.com/Cyfrin/aderyn), Mythril and Slither. Ideally, you should do this before each pull request is merged and compare differences in output
116
116
117
117
- Ensure your code compiles without errors, and the Solidity compiler emits no warnings
118
118
@@ -488,8 +488,6 @@ If you plan on querying an on-chain oracle for asset prices, consider using one
488
488
489
489
-**[CertiK](https://www.certik.com/)** - _Blockchain security firm pioneering the use of cutting-edge formal Verification technology on smart contracts and blockchain networks._
490
490
491
-
-**[Cyfrin](https://cyfrin.com)** - _Industry-leading Smart contract security auditing, educatio and tools. Helping protect the world's biggest protocols.
492
-
493
491
-**[Trail of Bits](https://www.trailofbits.com/)** - _Cybersecurity company that combines security research with an attacker mentality to reduce risk and fortify code._
494
492
495
493
-**[PeckShield](https://peckshield.com/)** - _Blockchain security company offering products and services for the security, privacy, and usability of the entire blockchain ecosystem._
@@ -546,7 +544,7 @@ If you plan on querying an on-chain oracle for asset prices, consider using one
546
544
547
545
### Tutorials on smart contract security {#tutorials-on-smart-contract-security}
548
546
549
-
-[Cyfrin Updraft - Smart contracts security and Auditing full course] (https://updraft.cyfrin.io/courses/security)
547
+
-[Cyfrin Updraft - Smart contracts security and auditing full course] (https://updraft.cyfrin.io/courses/security)
550
548
551
549
-[How to write secure smart contracts](/developers/tutorials/secure-development-workflow/)
0 commit comments