Skip to content

Instantly share code, notes, and snippets.

@parseb
Forked from maurelian/audit_prep_checklist.md
Created May 11, 2022 09:20
Show Gist options
  • Save parseb/621daecf1d88ad028255b630e1a947d0 to your computer and use it in GitHub Desktop.
Save parseb/621daecf1d88ad028255b630e1a947d0 to your computer and use it in GitHub Desktop.

Feel free to copy and paste this list into a README, issue or elsewhere in your project.

Audit prep checklist (reference)

  • Documentation (A plain english description of what you are building, and why you are building it. Should indicate the actions and states that should and should not be possible)
    • For the overall system
    • For each unique contract within the system
  • Clean code
    • Run a linter (like EthLint)
    • Fix compiler warnings
    • Remove TODO and FIXME comments
    • Delete unused code
  • Testing
    • README gives clear instructions for running tests
    • Testing dependencies are packaged with the code OR are listed including versions
  • Automated Analysis
  • Frozen code
    • Halt development of the contract code
    • Provide commit hash for the audit to target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment