Solana

Solana from its account model up: how programs, accounts and rent differ from the EVM, and what that changes for security.

Practical coverage includes Anchor and its constraint system, SPL token commands, integrating Pyth price feeds safely, fuzzing programs with Trident, staking, and the Rust knowledge needed to read any of it.

10 posts

Fuzzing Solana Programs with Trident

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

Solana Staking - Overview

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

Solana SPL token - Command

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

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