Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 266 Bytes

avoiding_common_attacks.md

File metadata and controls

7 lines (5 loc) · 266 Bytes

Avoiding Common Attacks

  1. Using Specific Compiler Pragma The Contracts use 0.8 and above, which has inbuilt overflow and underflow checking

  2. Proper Use of Require, Assert and Revert Require is used extensively to limit access to unpriviledged users.