Skip to content

Latest commit

 

History

History

raydium-cp-swap-by-pcfaktor

Trident

Trident Tests for Raydium CP Swap

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.