Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Brought to you by [Trail of Bits](https://www.trailofbits.com/), this repository
**Table of Contents:**

- [Development Guidelines](./development-guidelines)
- [Code Maturity](./development-guidelines/code_maturity.md): Criteria for developers and security engineers to use when evaluating a codebase’s maturity
- [High-Level Best Practices](./development-guidelines/guidelines.md): Best practices for all smart contracts
- [Incident Response Recommendations](./development-guidelines/incident_response.md): Guidelines for creating an incident response plan
- [Secure Development Workflow](./development-guidelines/workflow.md): A high-level process to follow during code development
Expand Down
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[Introduction](./README.md)

- [Development Guidelines](./development-guidelines/README.md)
- [Code Maturity](./development-guidelines/code_maturity.md)
- [High-Level Best Practices](./development-guidelines/guidelines.md)
- [Token Integration Checklist](./development-guidelines/token_integration.md)
- [Incident Response Recommendations](./development-guidelines/incident_response.md)
Expand Down
1 change: 1 addition & 0 deletions development-guidelines/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
List of Best Practices for Smart Contract Development

- [Code Maturity](./code_maturity.md): Criteria for developers and security engineers to use when evaluating a codebase’s maturity
- [High-Level Best Practices](./guidelines.md): Essential high-level best practices for all smart contracts
- [Token Integration Checklist](./token_integration.md): Important aspects to consider when interacting with various tokens
- [Incident Response Recommendations](./incident_response.md): Guidelines on establishing an effective incident response plan
Expand Down
Loading