From a1c608ee1cc72b26d2f3dfc0cc01fb32c8568b74 Mon Sep 17 00:00:00 2001 From: Ikrk Date: Wed, 29 May 2024 15:01:34 +0200 Subject: [PATCH] Add Trident fuzzer --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bbfc8a..d327605 100644 --- a/README.md +++ b/README.md @@ -65,4 +65,5 @@ | SolStromm | CI/CD for Solana programs & dApps | YAML, Programs, dApps, CI/CD | | | EventSnap | Leveraging on-chain events using an infrastructure-less approach | Rust, Programs, Logging | | | Solex | VSCode extension to learn Solana development with bite-sized exercises | Rust, Programs, Learn | Not yet public | -| anchor-errors | A TUI which acts as an explorer for errors of native programs (and other popular solana programs) | Rust, Programs, Logging | | +| anchor-errors | A TUI which acts as an explorer for errors of native programs (and other popular solana programs) | Rust, Programs, Logging | | +| Trident | Fuzz and integration testing framework for Anchor based programs | Rust, Fuzzer, Testing | |