Overview of CodeHound Documentation
This overview provides a high-level summary of the key topics covered in the CodeHound documentation. Whether you're a new user or a developer looking to integrate our API, this guide will direct you to the appropriate sections for more detailed instructions.
Sub-Categories
- Getting Started With CodeHound
- How To Run A Scan
- My Scan Doesn't Work!
- API Documentation For Business Plan Users
1. About CodeHound
In this section, we introduce CodeHound, an AI-powered Solidity smart contract analysis tool. CodeHound performs both static and dynamic code analysis, supporting single smart contracts as well as projects (e.g., Hardhat, Truffle, Foundry). With the GitHub integration now live and extensions for VSCode and Chrome coming soon, CodeHound is designed to streamline your auditing process. The tool also supports EVM smart contract addresses and performs server-side compilation to ensure code is ready for scanning. Sample reports are provided to help you understand the output format.
2. Getting Started
New to CodeHound? This page walks you through the steps to create an account and get started with your first scan. Upon registration, you are accredited with 500 "Instant Lines" that can be used for scanning code. We also explain the difference between "Instant Lines" and "Monthly Lines," how line usage is prioritized, and how Business Plan users can manage teams and invite members to run scans.
3. Run Scan
This section details how to perform a scan on your smart contract or project. Whether you upload a ZIP file, enter a smart contract EVM address, or connect to GitHub, we explain how your input must be structured for successful scanning. The page covers requirements for standalone files, proper project structure, and how server-side compilation is handled.
4. Debugging Errors
Having trouble with a failed scan? This page covers common reasons for scan failures, such as incorrect project structure or beta-related mishaps. We emphasize the importance of properly preparing your files and projects before scanning, and how to troubleshoot issues if the scan fails.
5. Developers: API Documentation
For developers using CodeHound’s API, this section explains how to perform scans programmatically. We provide details on how to obtain your API key, structure your API requests for file uploads, and handle responses. A JavaScript example is provided to show how you can integrate CodeHound into your platform.