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-pathoption. 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?
- Start here Start Fuzzing.
Is Trident open-source?
- Yes, here Trident.
I would like to report an Issue with Trident, what should I do?
- Create issue.
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".