Index

Tip

For comprehensive insights into secure development practices, consider visiting the Development Recommendations section of the Smart Contract Security Field Guide. This resource provides in-depth articles to guide you in developing robust and secure smart contracts.

The development recommendations are split into six categories.

Category Description
General Guiding principles that should be kept in mind during development.
Precautions Principles that prevent attacks in general or avoid excessive damage in the worst case scenario.
Solidity-specific Helpful tips when building smart contracts in Solidity - including interesting quirks.
Token-specifc Recommendations to honour when dealing with or implementing tokens
Documentation Guidelines on how to properly document smart contracts and the processes surrounding them.
Deprecated Vulnerabilities that were applicable in the past but can be reasonably excluded nowadays.