Rust-based framework to Fuzz Solana programs, designed to help you ship secure code.
For documentation and guides, visit ackee.xyz/trident/docs.
Check Supported versions section for further details.
- Install Rust
- Install Solana tool suite
- Install Anchor
- Install Honggfuzz-rs for fuzz testing
cargo install trident-cli
Simplifies the testing process by automatically creating templates for fuzz and integration tests for programs written using the Anchor Framework.
Increases test coverage with random instruction data and pseudo-random accounts for unpredictable fuzz test scenarios.
Provides the flexibility to design specific sequences of instructions to meet particular testing needs or to focus on particular aspects of program behavior during fuzz testing.
Allows for custom invariants checks to spot vulnerabilities and unwanted behaviors.
Check out the following places for more Trident-related content:
- Follow on Twitter/X & Warpcast for project updates
- Join the discussions on our Trident warpcast channel or our discord channel
Solana Foundation | Marinade |
---|---|
Thank you for your interest in contributing to Trident! Please see the CONTRIBUTING.md to learn how.
This project is licensed under the MIT license.