This repository serves as an example of tests written with the Solana Fuzzing Framework Trident.
- Clone this repository
- Install Trident and required dependencies with the help of this guide
- Use
--version
to specify Trident version during the installationcargo install trident-cli --version 0.X.0
- Use
trident fuzz run <TARGET_NAME>
(e.g., fuzz_0) to run the fuzz test
Tested with trident
version 0.7.0
. Fuzz tests are located inside fuzz_tests folder.