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.
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.
How to Create Anchor Program Clients using Codama
This guide will show you how to create clients for your Anchor programs using Codama.
How to Create and Use Solana Token Extensions Using Anchor
In this guide, you will learn how to utilize Solana Token Extensions using Anchor.
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.
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.
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).
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).
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.
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.