From 7fa3cf7d66ef514ff61a96dcca198e556726701b Mon Sep 17 00:00:00 2001 From: Yulian Kisil <145667278+For8stt@users.noreply.github.com> Date: Wed, 3 Dec 2025 12:07:56 +0100 Subject: [PATCH] Add Trident fuzzing framework and Solana VS Code Extension --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3436773..8612faf 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ An ongoing Rust implementation of a Zcash node. - [Zero-chain](https://github.com/LayerXcom/zero-chain). A privacy-preserving blockchain on Substrate. +- [Solana VS Code Extension](https://marketplace.visualstudio.com/items?itemName=AckeeBlockchain.solana) - First VS Code extension for Solana with real-time security analysis (9 detectors) and Trident fuzz coverage visualization ## Blockchain Frameworks - [Substrate](https://github.com/paritytech/substrate). @@ -153,6 +154,7 @@ Tendermint-based blockchain applications. - [Anchor](https://github.com/coral-xyz/anchor) is a framework for Solana's Sealevel runtime providing several convenient developer tools for writing smart contracts. +- [Trident](https://github.com/Ackee-Blockchain/trident) - Fuzzing framework for Solana smart contracts ## Cross-Chain - [AtomicDEX](https://github.com/KomodoPlatform/atomicDEX-API).