Index
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. |