Crates.io | trident-explorer |
lib.rs | trident-explorer |
version | 0.3.2 |
source | src |
created_at | 2024-05-20 16:31:10.390465 |
updated_at | 2024-05-20 16:31:10.390465 |
description | Trident explorer for Solana. |
homepage | |
repository | https://github.com/Ackee-Blockchain/trident |
max_upload_size | |
id | 1245909 |
size | 205,581 |
Rust-based framework to Fuzz and Integration test Solana programs to help you ship secure code.
For documentation and guides, visit ackee.xyz/trident/docs.
Check Supported versions section for further details.
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:
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.