Skip to main content

Guides / All Tags

Rust Guides

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

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.

Updated July 31, 2024Beginner
SolanaJavaScriptTypeScriptRustSolana-web3.js

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.

Updated July 19, 2024Intermediate
SolanaTypeScriptRustBankrunAnchorSmart Contracts

How to Create Anchor Program Clients using Codama

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

Updated June 14, 2024Intermediate
SolanaRustAnchorUmiSmart Contracts

How to Create and Use Solana Token Extensions Using Anchor

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

Updated May 3, 2024Intermediate
SolanaRustJavaScriptTypeScriptAnchorSmart Contracts

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.

Updated April 26, 2024Beginner
SolanaEclipseJavaScriptTypeScriptRustAnchorSolana CLI

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.

Updated January 5, 2024Intermediate
SolanaRustJavaScriptTypeScriptAnchorSmart Contracts

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).

Updated October 6, 2023Beginner
SolanaJavaScriptRustSolana-web3.jsSPL Token ProgramWallets

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

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

Updated October 6, 2023Beginner
SolanaJavaScriptRustSolana-web3.jsSPL 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.

Updated September 8, 2023Intermediate
SolanaRustJavaScriptTypeScriptAnchorSmart Contracts

How to Create and Mint Fungible SPL Tokens Using Anchor

In this guide, you will learn how to create and mint SPL tokens using Anchor.

Updated August 25, 2023Intermediate
SolanaRustJavaScriptTypeScriptAnchorSmart Contracts