• Smart Contract
  • Solidity Patterns

Solidity Patterns

This chapter talks about Solidity Pattern that allows someone to write secure code. Mainly takeaways from this page, strongly recommend to give it a read and get familiar with it.

Highlight

Other

solcurity also is a checklist on coding decision for economic and security concerns.

useful-solidity-patterns by dragonfly-xyz also have a list on useful solidity patterns.

Solidity Security by Sigma Prime writes the anti-patterns of Solidity.