A Complete Guide to Airdropping Test SOL on Solana
This guide will give you a complete overview of the three ways to airdrop test SOL to your wallet (Solana CLI, Solana-Web3.js, and QuickNode Multi-chain Faucet).
This guide will give you a complete overview of the three ways to airdrop test SOL to your wallet (Solana CLI, Solana-Web3.js, and QuickNode Multi-chain Faucet).
The Solana account model is a critical part of the Solana ecosystem. In this guide, we explore the different types of accounts as well as how we can create and interact with them.
En esta guía, explicaremos paso a paso cómo crear un NFT en la red Solana.
Para poder hacer Solana NFTs vamos a usar un programa llamado Candy Machine. En esta guía vamos a guiarte por el proceso de instalar todo esto.
In this guide, we'll learn how to add a custom RPC for use with our Phantom and Solflare wallets.
Create a simple script that will allow you to mint and deliver NFTs directly to a list of customers' wallets or email addresses.
This guide will walk you through creating your own Solana Transaction Explorer using React and TypeScript.
This guide will walk you through creating your own Solana Explorer for Stake Accounts using React and TypeScript.
This guide will walk you through creating your own Solana Explorer using the Solana Scaffold, Solana Wallet Adapter, React, and TypeScript.
Learn how to create a basic Solana wallet application using React in this step-by-step guide.
In this tutorial, we will build a small application that allows you to retrieve and display the information of all of the NFTs of a particular Solana wallet.
In this guide, you will use TypeScript and the Solana SPL Token Program to burn SPL tokens held in your wallet.
Get connected to your users faster. Learn how to use the Solana dApp Scaffold and Wallet Adapter to get a sample app in minutes.
This guide will demonstrate how to create your own .sol domain name using the Bonfida Naming Service.
In this guide, we'll dive into generating a unique custom wallet address using Solana CLI and the Grind tool.
In this guide, we will learn how to create a fungible token with metadata on Solana's Devnet.
In this guide, we will explore Metaplex's new JS SDK which brings the power of Candy Machine to your JavaScript and TypeScript applications to allow for quick and easy NFT minting.
This step-by-step guide will show you how to create a Solana address using the Solana-Web3.js library.
This guide explains Programmable NFTs (pNFTs) and walks through how to mint them using TypeScript.
Solana has several built-in handy event listeners, also known as subscriptions, that make listening for changes on the Solana Blockchain a breeze. This guide will teach you how to use several Solana event listener methods and QuickNode WebSockets to listen for changes on the chain.
Create and launch an NFT collection rapidly by using Metaplex Sugar. In this guide, you'll create an NFT collection and a simple mint page to deploy your Solana NFTs.
Create and launch an NFT collection rapidly by using Metaplex Candy Machine. In this guide, you'll create an NFT collection and a simple mint page to deploy your Solana NFTs.
This guide will walk you through some basics of account structs and how to use struct schemas to deserialize Solana account data.
This guide will walk you through creating a simple script that will query Solana's mainnet and return all of the Token Accounts owned by that wallet and their account balances.
Ever need to pull all the transactions associated with a Wallet or want to see all of the mint transactions associated with a Candy Machine? In this guide, we'll cover Solana-Web3.js - a versatile tool that makes getting transaction history a breeze.
In this guide, we will use the Solana Wallet Adapter to authenticate users on your dApp!
In this guide, you will learn how to remove the update authority of a Solana Program so that it can never be updated or modified.
In this guide, we'll learn how to mint an NFT using Solana-Web3.js!
(Note, This is now deprecated, and the V2 version of this guide should be referenced instead)Create and launch an NFT collection rapidly by using the Metaplex Candy Machine. In this guide, you'll create an NFT collection and a simple mint page to deploy your Solana NFTs.
Build a custom Solana NFT Minter using TypeScript and the Metaplex SDK in this step-by-step guide.
In this guide, you will discover how to query Solana domain names (.sol) using TypeScript and Bonfida's SPL Name Service SDK.
In this guide, we'll learn how to connect to Solana, obtain funds on its devnet, and send a transaction with this new and exciting technology.
Learn to perform bulk Solana transactions for batch processes (e.g., an airdrop to your community's NFT holders or a token distribution to early users of your dApp) in this step-by-step guide. Solana transaction composition and concurrent method calls can increase the speed and effectiveness of your script!
Transferring SPL tokens is slightly different from sending SOL, so it is essential to understand how it works as you progress on your Solana development journey. In this guide, you will use TypeScript to write a script that transfers an SPL token from one account to another on Solana's devnet.
Updating metadata for NFTs you created is a handy tool any NFT developer should have in their toolbelt. Learn how to update the metadata of an NFT on Solana's devnet from your terminal using the Solana-Web3 library and Metaplex JS SDKs.
This guide will explain the technical changes as a result of Solana's Versioned Transactions launch and how to update your client-side code to handle those changes.
In this guide, you will learn how to use constraints in Anchor to improve your code's security and readability.
Learn how to use Solana Lookup Tables in Versioned Transactions in this step-by-step guide.
This guide provides an overview of Solana Priority Fees and a step-by-step tutorial on how to use priority fees to prioritize your Solana transactions and get them confirmed faster on the network.
In this guide, you will create a Solana Program using Anchor and Solana PlayGround. You will explore creating and utilizing Program Derived Address (PDA) in your work.
In this guide, we will learn how to add notes to your transaction using the Solana Memo program.
In this guide, we will walk through how to create and execute a Version 0 (V0) Transaction on Solana.
In this guide, we will deploy your first Solana Program to Devnet and learn how to create a Hello World and Counter Program using Anchor.
This guide will build on top of "How to Write Your First Anchor Program in Solana - Part 1" and walk you through adding more features to your Anchor program.
This guide provides an overview of the basic building blocks of Solana - Accounts, Programs, Instructions, Transactions, RPCs, and Subscriptions.
If you are building with Solana NFTs, understanding your NFTs' metadata will make it easier for you to deploy and update NFTs, communicate with your users, and develop innovative applications for NFTs. In this guide, you will dive deep into the world of Solana NFTs.
This guide will demonstrate how to create a tool that monitors a Solana transaction to verify that it has been successfully added to a block or expired.
This guide will give you a complete overview of the three ways to airdrop test SOL to your wallet (Solana CLI, Solana-Web3.js, and QuickNode Multi-chain Faucet).
In this guide, you learn what IDLs are and how to use them in Solana programming.