Resources

People often ask me "How did you learn how to hack?" The answer: by reading. This page is a collection of the blog posts and other articles that I have accumulated over the years of my journey. Enjoy!

Solidity Security: List of Attack Vectors and Anti-Patterns- 71

Sigma PrimePosted 6 Years Ago
  • Solidity is the language used to code smart contracts on the Ethereum Blockchain. Once something is on the chain, it cannot be revoked! So, being secure with smart contracts is very important.
  • This article gives a list of essentially all attack vectors for smart contracts. From there, it gives an example of vulnerable in code with steps for exploitation. Finally, there is an included preventive techniques area.
  • Great article if you are into smart contract security!