Repository History
Explore all analyzed open source repositories

Trident: A Rust Fuzzing Framework for Secure Solana Program Development
Trident is a robust, Rust-based fuzzing framework specifically designed for Solana programs. It empowers developers to ship secure code by efficiently identifying critical vulnerabilities, such as edge cases, overflows, and missing constraints, early in the development cycle. This powerful tool offers manually-guided, stateful fuzzing capabilities, leveraging Anchor-like macros and executing thousands of transactions per second to thoroughly stress-test programs.

r55: Integrating RISC-V Smart Contracts with EVM on Ethereum
R55 is an experimental Ethereum Execution Environment designed to seamlessly integrate RISC-V smart contracts alongside traditional EVM smart contracts. This innovative approach allows for dual support over the same Ethereum state, enabling pure Rust smart contracts and opening the Ethereum development space to a vast Rust developer community. It leverages standard tooling like Rust, Cargo, and LLVM, simplifying development and integration.

Walrus-docs: Documentation for the Walrus Decentralized Storage System
Walrus-docs is the official repository for documentation and examples related to the Walrus decentralized storage system. It provides comprehensive guides for understanding and interacting with Walrus, a protocol designed for robust and highly available storage of large binary files. This repository is crucial for developers and users looking to implement or utilize Walrus's Byzantine fault-tolerant storage solutions.