Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Trident

Trident Tests for Squads V4

This repository serves as an example of tests written with the Solana Fuzzing Framework Trident.

Setup

  1. Clone this repository
  2. Install Trident and required dependencies with the help of this guide
  3. Use --version to specify Trident version during the installation cargo install trident-cli --version 0.X.0
  4. 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.