Skip to content

Commit 819a043

Browse files
authored
Update 5. Writing Secure Smart Contracts.md
1 parent a2eafb4 commit 819a043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Start Building on Core/4. Interface and ERC20 standard/5. Writing Secure Smart Contracts.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function reveal(uint256 _value, bytes32 _salt) public {
8383

8484
## Best Practices for Secure Smart Contract Development
8585

86-
![img](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C2%20assets%20-%20Start%20Building%20on%20Core/Core%20C2%20L13%20Image%201.png?raw=true)
86+
![img](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C2%20assets%20-%20Start%20Building%20on%20Core/Core%20C2%20L13%20Image%201.webp?raw=true)
8787

8888
1. **Code Reviews and Audits**
8989
Think of it like getting a second opinion from a doctor. Another set of eyes can catch things you might have missed.
@@ -104,7 +104,7 @@ You should use formal verification tools and write comprehensive tests to simula
104104

105105
## Tools and Techniques
106106

107-
![img](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C2%20assets%20-%20Start%20Building%20on%20Core/Core%20C2%20L13%20Image%202.png?raw=true)
107+
![img](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C2%20assets%20-%20Start%20Building%20on%20Core/Core%20C2%20L13%20Image%202.webp?raw=true)
108108

109109
1. **Static Analysis Tools (e.g., [MythX](https://mythx.io/), [Slither](https://github.com/crytic/slither))**
110110
These tools are like spell checkers for your code, automatically finding errors and vulnerabilities. You should regularly run static analysis tools on your smart contracts to catch potential issues early.

0 commit comments

Comments
 (0)