• 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.

Solana Staking - Overview

Staking in Solana is the process of locking SOL tokens in a stake account to...

Solana SPL token - Command

Solana CLI and the spl-token tool allows to create tokens, configure authorities, manage accounts, and use advanced extensions introduced with Token-2022.

Solana Core Concept

This article is an introduction to the core concept around Solana,Solana Account Mode, Accounts and programs on Solana, Transactions and Instructions, Program Derived Address, Cross Program Invocation