Smart contract security checklist for Solidity projects

Hi,

In the light of today’s Hegic incident, I updated the wiki-answer of how to ensure your Solidity smart contract are robust. I highlighted the need to of strong automated test suite. I also highlighted my personal favourite tool, OpenZeppelin Test Environment, for doing it.

2 Likes

Hi @miohtama,

Thanks for sharing the love for OpenZeppelin Test Environment.

This is the OpenZeppelin recommended checklist to follow before an audit:

I recommend everyone Test smart contracts like a rockstar

I moved this to #general:guides-and-tutorials

2 Likes