Skip to content

Trident

Trident

Rust-based Fuzzing framework for Solana programs to help you ship secure code.

  • Getting Started


    Install the Trident Fuzz Testing Framework

    Installation

  • Start Fuzzing


    Focus on security and start fuzzing immediately

    Start Fuzzing

  • Check the GitHub for unreleased features


    Check our GitHub repository to see the unreleased features

    Trident Repository

  • Trident by Examples


    Try the Fuzzing Examples

    Trident Examples

What is Fuzzing ?#

"Fuzz testing is an automated technique that provides generated random, invalid, or unexpected input data to your program. This helps discover unknown bugs and vulnerabilities, potentially preventing zero-day exploits."