Solana Developer Guides

Task-focused FluxRPC walkthroughs for developers who are new to Solana. Each guide covers one RPC method end to end: how to call it, how to read the response, and how to make it cheaper and faster. They are grouped by the experience they assume, easiest first.

Starter

No Solana experience needed, and best read in order. Each one takes a single read method end to end — the request you send, the response fields that matter, and how to keep it cheap.

Intermediate

Now that you've learned the three key RPC calls, we'll cover specialized methods that are more suitable in specific contexts. We'll also build some simple applications around them.

Browse the full RPC method reference