Overview
A high-level overview of the project you will be building in this module
Counter Program Setup
Scaffold a new Rust project for your counter program.
Defining program state
Define, serialize, and deserialize program state in Solana using Rust structs and Borsh.
Defining program instructions
Learn how to define and process instructions in your Solana program.
Defining instruction handlers
Learn how to write handlers for your program instructions.
Last updated on