Peek ContractPeek Contract is a VS Code extension designed specifically for Solidity auditors, this extension helps the process of understanding and auditing contracts by generating a simplified view of the contract directory. What is this simplified view of contract directory?The extension generates a modified version of the source directory with:
Why?This clean, organized view allows you to quickly grasp the structure and purpose of the codebase, making it easier to ask any LLM "WHAT" questions about the code, such as what a specific file does or the big picture of the codebase. Perfect for Solidity auditors and developers who want to get cozy with new codebases without getting lost in the weeds! Installation
Usage
|