A Complete Guide to Airdropping Test SOL on Solana
This guide will give you a complete overview of the five ways to airdrop test SOL to your wallet (Solana CLI, Solana-Web3.js, QuickNode Multi-chain Faucet, and QuickNode's Airdrop Widget).
This guide will give you a complete overview of the five ways to airdrop test SOL to your wallet (Solana CLI, Solana-Web3.js, QuickNode Multi-chain Faucet, and QuickNode's Airdrop Widget).
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.
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).
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).
This guide will give you a complete overview of the four ways to check the balance of a Solana wallet (Solana CLI, Solana-Web3.js, and cURL).
Learn how to build an interactive dApp that integrates a payment system with Solana Pay into any web application. At the end of this guide, you will have created a payment portal where users can scan a Solana Pay QR code, process the transaction with a Phantom wallet on their phone, and verify payment success.
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 guide, you will use TypeScript and the Solana SPL Token Program to burn SPL tokens held in your wallet.
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 explore how to create a Decentralized Autonomous Organization (DAO) on Solana using Realms.
In this guide, we will learn how to create a fungible (SPL) token with metadata on Solana's Devnet using the new Metaplex Token Standard and Metaplex umi.
In this guide, we will explore how to use Squads to create a MultiSig Wallet on Solana.
This guide will explore how to create and add token metadata using the Solana Metadata Token Extension.
Learn the basics of Solang, how to create your first Solana program (or smart contract) using Solidity and Solang, and how to implement tests to ensure your program works as intended.
This step-by-step guide will show you how to create a Solana address using the Solana-Web3.js library.
In this guide, you will learn how to create and mint an SPL token using Solidity and Solang with Anchor.
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.
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 forking accounts and programs from Mainnet to Localhost using Solana CLI.
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 discuss ways you can improve your transaction efficiency and dapp performance by effectively sending transactions to the Solana Cluster.
In this guide, we will use the Solana Wallet Adapter to authenticate users on your dApp!
In this guide, we'll learn how to mint an NFT using Solana-Web3.js!
Build a custom Solana NFT Minter using TypeScript and the Metaplex Umi SDK in this step-by-step guide.
Learn about Solang and Neon, two tools that allow you to write smart contracts in Solidity and deploy them to Solana.
In this guide, you will discover how to query Solana domain names (.sol) using TypeScript and Bonfida's SPL Name Service SDK.
This guide will explore Token Extensions, a exiting release with Solana's new Token-2022 Program. This guide will explore how to use token extensions to require memos on incoming token transfers to an account (like a traditional bank).
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!
Sending offline transactions on Solana is easy. This guide will show you how to send offline transactions using durable nonces.
This guide will walk you through setting up a local Solana validator and how to interact with it including creating a wallet, performing basic transactions, and deploying a program.
This guide will give you an overview of the four ways to stake SOL on Solana (Wallet, Solana CLI, Solana-Web3.js, Liquid Staking).
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, we will explore what Clockwork is and how to use it to automate Solana programs.
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.
Implement a NextJS app that uses Solana Pay to invoke a custom Solana program.
This guide will explore how to collect Token Transfer Fees using Solana's Token Extensions Program (Token-2022).
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.
Ensuring that your Solana application performs reliably across different clusters is essential for testing and deployment. This guide explains how to ensure your local testing validator matches the mainnet cluster's current feature set.
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 explore Solana's new Token-2022 Program which introduces Token Extensions for advanced functionality of SPL tokens.
This guide will explain how rent works on the Solana blockchain and how to calculate rent requirements for your accounts.
Learn how to use Solana Pay to send and receive SOL and SPL tokens for Payments.
This guide will explore the basics of Solana's SPL Token Transfer Hook extension, which allows developers to add custom logic to token transfers.