Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 405 Bytes

Avoiding_common_attacks.md

File metadata and controls

8 lines (6 loc) · 405 Bytes

Keep it Small and Modular

 The contracts are kept small and modular to minimize the complex architecture and complex bugs. 

Ask for Peer Review

 The more people examine a piece of code, the more issues are found. So a friend has reviewed the code for issues. 

Re-Entrancy

     Re-Entrancy is eliminated buy deducting the ether from the senders account before sending to the receiver.