#tutorial

3 posts tagged with tutorial.

Rust, realloc, and references

Rust is safe... right? Not if your dependencies are unsafe... A deep dive into a subtle Solana SDK bug, Rust internals, and how we found it all.
Ethan Wu

The Move Prover: a guide

A practical guide to the Move Prover — tutorial, case study, and specifications.
Robert Chen

Solana: an auditor's introduction

A security-focused introduction to Solana, exploring the underlying runtime environment, security boundaries, and implications. An important resource for all developers who want to write more secure code.
OtterSec