Workflow
Contract Submission: Users submit a smart contract for analysis through the user interface.
Preprocessing: The contract code and associated documentation are preprocessed by the AI Engine.
Static Analysis: The Static Analysis Module performs a thorough code review to identify known vulnerabilities.
Dynamic Analysis: The Dynamic Analysis Module simulates contract execution to uncover potential runtime issues.
NLP Analysis: The NLP Module ensures the contract documentation accurately reflects the intended functionality and logic.
Reporting: An audit report is generated, detailing the findings and recommendations.
Continuous Monitoring: The Blockchain Integration Module continuously monitors the contract for new vulnerabilities or changes.
Last updated