TheDocumentation Index
Fetch the complete documentation index at: https://docs.solidscipt.zoracle.xyz/llms.txt
Use this file to discover all available pages before exploring further.
secure-deploy command is the recommended production path. It runs the full verification pipeline — fuzz harnesses, SMTChecker, Slither, invariant tests, and pattern checks — and only proceeds to deployment if every required gate passes. If any gate fails, the process exits with a nonzero status and no transaction is sent. Use it whenever you deploy to a network where a bad deployment has real consequences.
Arguments
| Argument | Description |
|---|---|
<input> | Path to the directory containing your TypeScript contract files |
Options
| Flag | Description |
|---|---|
-c, --contract <name> | Name of the contract to deploy after all verification gates pass |
-n, --network <name> | Target network for deployment |
-a, --args <args...> | Constructor arguments |
--artifacts <dir> | Custom artifacts directory |
--no-fuzz | Skip auto-generated fuzz harnesses |
--no-smt | Skip the SMTChecker gate |
--no-slither | Skip Slither static analysis |
--no-invariants | Skip invariant tests |
--no-patterns | Skip the pattern library check |