neo-devpack-solidity 0.22.0

Production-focused Solidity-to-NeoVM compilation system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Fuzz Testing Compatibility Entry

## Canonical Guide

The maintained fuzzing guide is
[`docs/compiler/fuzz-testing.md`](./compiler/fuzz-testing.md).

This root-level docs file is kept as a stable compatibility entry point for
older links. Keeping the detailed guide in one place avoids drift between the
VitePress compiler docs and historical root documentation.

Quick commands:

```bash
cargo test --test fuzz_tests
bash scripts/run_fuzz_suite.sh deep
cargo +nightly fuzz list
```