Skip to content

FAQ#

Is Trident supported only with Anchor?

  • No, Trident now supports both Anchor and vanilla Solana programs. For vanilla Solana programs, you need to provide IDL files using the --idl-path option. IDLs can be generated using external tools or written manually following the Anchor IDL format.

I created the Fuzz Test, what should I do next?

Is Trident open-source?

I would like to report an Issue with Trident, what should I do?

Is Trident deployed on Mainnet / Devnet / Testnet?

  • No, Trident is Fuzz Testing Framework, not Solana Program.

What type of Fuzzer is Trident?

  • Currently, we refer to it as "coverage guided gray box fuzzer".