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
10 changes: 5 additions & 5 deletions development-guidelines/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
List of smart contract development best practices
List of Best Practices for Smart Contract Development

- [High-level best practices](./guidelines.md): High-level best-practices for all smart contracts
- [Token integration checklist](./token_integration.md): What to check when interacting with arbitrary tokens
- [Incident Response Recommendations](./incident_response.md): Guidelines on how to formulate an incident response plan
- [Secure development workflow](./workflow.md): A rough, high-level process to follow while you write code
- [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
- [Secure Development Workflow](./workflow.md): A recommended high-level process to adhere to while writing code
Loading