• Posts
  • Categories

Fuzzing Solana Programs with Trident

Learn how to use Trident, the Rust-based fuzzing framework for Anchor programs on Solana. Covers fuzzing fundamentals, test structure, instruction construction, invariant checking, and execution.

16 minute read

Technical Analysis of the OpenZeppelin ERC-7984 Implementation

A deep technical analysis of the OpenZeppelin ERC-7984 Confidential Fungible Token implementation, covering the core accounting model, FHE-safe arithmetic, ACL access patterns, operator system, and the extension ecosystem.

17 minute read

Nonce Management and CREATE2 in ERC-4337 Smart Wallets

Understanding the dual nonce system in ERC-4337 smart wallets, the differences between CREATE and CREATE2 for contract deployment, and the pitfalls encountered with EIP-7702 delegation.

8 minute read