Skip to main content
  1. Guides
  2. /All Tags
  3. /Rust Guides

Rust Guides

21 guides
Chain: All
Language: All
Technology: All
Use Case: All
Level: All

Solana Development for EVM Developers

This guide is designed for EVM developers who want to explore Solana's ecosystem and understand how its architecture, account model, and execution environment differ from Ethereum. By the end of this guide, you'll have a clear understanding of Solana's core concepts, including stateless programs, account-based storage, parallel transaction execution, and fee markets.

Created March 19, 2025Intermediate
EthereumSolanaEthers.jsEVMSolana-Web3.jsSolidity

A Complete Guide to Wrapping, Transferring, and Unwrapping SOL on Solana

In this guide, you will learn how to wrap SOL, transfer wrapped SOL, and unwrap SOL using the Solana-Web3.js JavaScript library, the Solana CLI, and the Solana Rust SDK.

Created July 31, 2024Beginner
SolanaJavaScriptSolana-Web3.jsSPL TokenTypeScriptWrapped SOL

What is Bankrun and How to Use it to Enhance Solana Local Development?

This guide will teach you how to use Bankrun to enhance your local Solana development experience.

Created July 19, 2024Intermediate
SolanaAnchorBankrunSmart ContractsTypeScript

How to Create Anchor Program Clients using Codama

This guide will show you how to create clients for your Anchor programs using Codama.

Created June 14, 2024Intermediate
SolanaAnchorCodamaSmart ContractsUmi

How to Create and Use Solana Token Extensions Using Anchor

In this guide, you will learn how to utilize Solana Token Extensions using Anchor.

Created May 3, 2024Intermediate
SolanaAnchorJavaScriptSmart ContractsTypeScript

What is Eclipse and How to Get Started on Testnet?

In this guide, we will learn about Eclipse, Ethereum's first Layer 2 that is built with the Solana Virtual Machine (SVM) and how to get started on the testnet.

Created April 26, 2024Beginner
EclipseSolanaAnchorJavaScriptMetaMaskSolana CLITypeScript

How to Create a System Program PDA

In this guide, you will learn how to create a PDA owned by the System Program in your Anchor project.

Created January 5, 2024Intermediate
SolanaAnchorJavaScriptSmart ContractsTypeScript

Five Ways to Check the Balance of a Solana SPL Token Account

This guide will give you a complete overview of the five ways to check the balance of a Solana SPL Token Account (Solana CLI, Solana-Web3.js, Solana Token Program, cURL, and Rust).

Created October 6, 2023Beginner
SolanaJavaScriptSolana-Web3.jsSPL Token ProgramWallets

Six Ways to Find the Associated Token Address for a Solana Wallet and Mint

This guide will give you a complete overview of the six ways to check the address of a Solana SPL Token Account (Solana CLI, Solana-Web3.js, SolanaWeb3.js-2.0, Solana Token Program, cURL, and Rust).

Created October 6, 2023Beginner
SolanaJavaScriptSolana-Web3.jsSolanaWeb3.js-2.0SPL Token ProgramWallets

What is a Cross Program Invocation (CPI) on Solana?

In this guide, you will learn what Cross Program Invocations (CPIs) are and how to use them in Solana programming.

Created September 8, 2023Intermediate
SolanaAnchorJavaScriptSmart ContractsTypeScript