Skip to content

Commit 3f244c7

Browse files
committed
Add code maturity
1 parent 21031b5 commit 3f244c7

File tree

4 files changed

+403
-0
lines changed

4 files changed

+403
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ We welcome contributions, and you can contribute by following our [contributing
99
**Table of contents:**
1010

1111
- [Development guidelines](./development-guidelines)
12+
- [Code Maturity](./development-guidelines/code_maturity.md): Criteria for developers and security engineers to use when evaluating a codebase’s maturity
1213
- [High-level best practices](./development-guidelines/guidelines.md): High-level best-practices for all smart contracts
1314
- [Incident Response Recommendations](./development-guidelines/incident_response.md): Guidelines on how to formulate an incident response plan
1415
- [Secure development workflow](./development-guidelines/workflow.md): A rough, high-level process to follow while you write code

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[Introduction](./README.md)
44

55
- [Development-guidelines](./development-guidelines/README.md)
6+
- [Code Maturity](./development-guidelines/code_maturity.md)
67
- [High-level best practices](./development-guidelines/guidelines.md)
78
- [Token integration checklist](./development-guidelines/token_integration.md)
89
- [Incident Response Recommendations](./development-guidelines/incident_response.md)

development-guidelines/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
List of smart contract development best practices
22

3+
- [Code Maturity](./code_maturity.md): Criteria for developers and security engineers to use when evaluating a codebase’s maturity
34
- [High-level best practices](./guidelines.md): High-level best-practices for all smart contracts
45
- [Token integration checklist](./token_integration.md): What to check when interacting with arbitrary tokens
56
- [Incident Response Recommendations](./incident_response.md): Guidelines on how to formulate an incident response plan

0 commit comments

Comments
 (0)