Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.37 KB

smart-contracts-security.md

File metadata and controls

25 lines (18 loc) · 1.37 KB

Smart-contracts security

Resources:

Questions:

  • Why do you think you need to know about attack vectors?
  • How to recognize a scam token?
  • What are the risks of hacking the DAO?
  • What is reentrancy attack?
  • Why is it important to test smart contracts? what is the difference between unit and integration tests?
  • Why is auditing important? Can it be trusted completely?